Skip to content

Commit cfd89ca

Browse files
chore(deps): update github artifact actions to v4
1 parent 1c4175c commit cfd89ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew :perfume-core:clean :perfume-api:clean :perfume-api:bootJar
3939

4040
- name: Upload jar file to artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: BackendApplication
4444
path: perfume-api/build/libs/perfume-api-0.0.1.jar
@@ -52,7 +52,7 @@ jobs:
5252
run: rm -rf /home/ubuntu/backend/build/*.jar
5353

5454
- name: Download jar file from artifact
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: BackendApplication
5858
path: /home/ubuntu/backend/build/

0 commit comments

Comments
 (0)