Skip to content

Commit 518d082

Browse files
chore(deps): update github artifact actions
1 parent 2a8ea0d commit 518d082

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
mvn package --no-transfer-progress
9494
9595
- name: Upload app jar
96-
uses: actions/upload-artifact@v6
96+
uses: actions/upload-artifact@v7
9797
with:
9898
name: app-jar
9999
path: target/*.jar
@@ -169,7 +169,7 @@ jobs:
169169
- uses: actions/checkout@v6
170170

171171
- name: Download uploaded jar
172-
uses: actions/download-artifact@v7
172+
uses: actions/download-artifact@v8
173173
with:
174174
name: app-jar
175175
path: target/

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: mvn package --no-transfer-progress
4646

4747
- name: Upload API jar
48-
uses: actions/upload-artifact@v6
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: app-jar
5151
path: target/*.jar
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v6
5959

6060
- name: Download uploaded jar
61-
uses: actions/download-artifact@v7
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: app-jar
6464
path: target/

0 commit comments

Comments
 (0)