Skip to content

Commit f6fea6f

Browse files
authored
Merge pull request #319 from InseeFr/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents c4c8ea4 + eca6303 commit f6fea6f

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
@@ -89,7 +89,7 @@ jobs:
8989
mvn package --no-transfer-progress
9090
9191
- name: Upload app jar
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: app-jar
9595
path: target/*.jar
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@v5
166166

167167
- name: Download uploaded jar
168-
uses: actions/download-artifact@v5
168+
uses: actions/download-artifact@v6
169169
with:
170170
name: app-jar
171171
path: target/

.github/workflows/docker.yaml

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

4444
- name: Upload API jar
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: app-jar
4848
path: target/*.jar
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v5
5656

5757
- name: Download uploaded jar
58-
uses: actions/download-artifact@v5
58+
uses: actions/download-artifact@v6
5959
with:
6060
name: app-jar
6161
path: target/

0 commit comments

Comments
 (0)