Skip to content

Commit a64ec1e

Browse files
committed
🔨 ci/cd 아티팩트 버전 변경
1 parent 47b3aed commit a64ec1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
chmod +x ./gradlew
6666
./gradlew build -x test
6767
- name: Upload JAR Artifact
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: built-jar
7171
path: build/libs/*.jar
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v2
7979
- name: Download JAR Artifact
80-
uses: actions/download-artifact@v3
80+
uses: actions/download-artifact@v4
8181
with:
8282
name: built-jar
8383
path: build/libs

0 commit comments

Comments
 (0)