We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c22121 commit af6c1a7Copy full SHA for af6c1a7
โ.github/workflows/cicd.yml
@@ -37,7 +37,7 @@ jobs:
37
38
# ์์ถ๋ ์ํฐํฉํธ ์ ์ฅ
39
- name: Upload build artifact
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: next-build
43
path: deployment.tar.gz
@@ -49,7 +49,7 @@ jobs:
49
steps:
50
# ๋น๋๋ ์ํฐํฉํธ ๋ค์ด๋ก๋
51
- name: Download build artifact
52
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
53
54
55
0 commit comments