Skip to content

Commit 8fc65fe

Browse files
authored
Merge pull request #355 from InseeFr/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 7587c4e + e0ed1e3 commit 8fc65fe

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@v5
92+
uses: actions/upload-artifact@v6
9393
with:
9494
name: app-jar
9595
path: target/*.jar
@@ -165,7 +165,7 @@ jobs:
165165
- uses: actions/checkout@v6
166166

167167
- name: Download uploaded jar
168-
uses: actions/download-artifact@v6
168+
uses: actions/download-artifact@v7
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@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: app-jar
4848
path: target/*.jar
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v6
5656

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

0 commit comments

Comments
 (0)