Skip to content

Commit af6c1a7

Browse files
committed
[chore] ๐Ÿ€ cicd ์•„ํ‹ฐํŒฉํŠธ๊ด€๋ จ ๋ฒ„์ „ ์—…๊ทธ๋ ˆ์ด๋“œ
1 parent 7c22121 commit af6c1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: โ€Ž.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# ์••์ถ•๋œ ์•„ํ‹ฐํŒฉํŠธ ์ €์žฅ
3939
- name: Upload build artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: next-build
4343
path: deployment.tar.gz
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
# ๋นŒ๋“œ๋œ ์•„ํ‹ฐํŒฉํŠธ ๋‹ค์šด๋กœ๋“œ
5151
- name: Download build artifact
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: next-build
5555

0 commit comments

Comments
ย (0)