We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4175c commit cfd89caCopy full SHA for cfd89ca
.github/workflows/backend-develop.yml
@@ -38,7 +38,7 @@ jobs:
38
run: ./gradlew :perfume-core:clean :perfume-api:clean :perfume-api:bootJar
39
40
- name: Upload jar file to artifact
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: BackendApplication
44
path: perfume-api/build/libs/perfume-api-0.0.1.jar
@@ -52,7 +52,7 @@ jobs:
52
run: rm -rf /home/ubuntu/backend/build/*.jar
53
54
- name: Download jar file from artifact
55
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
56
57
58
path: /home/ubuntu/backend/build/
0 commit comments