Skip to content

Commit 5e76cc0

Browse files
Update GitHub Artifact Actions
1 parent 622ed11 commit 5e76cc0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
-Dsonar.token=${SONAR_TOKEN}
6262
6363
- name: Upload artifact
64-
uses: actions/upload-artifact@v4.6.2
64+
uses: actions/upload-artifact@v7.0.0
6565
with:
6666
name: build-artifacts
6767
path: target/*.jar

.github/workflows/gitflow-hotfix-finish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Upload Build Reports
158158
if: failure()
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v7
160160
with:
161161
name: jreleaser-reports
162162
path: |

.github/workflows/gitflow-release-finish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: Upload Build Reports
162162
if: failure()
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v7
164164
with:
165165
name: jreleaser-reports
166166
path: |

.github/workflows/hotfix-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload Build Reports
7777
if: failure()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: jreleaser-reports
8181
path: |

.github/workflows/maven-jreleaser-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Upload Build Reports
167167
if: failure()
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v7
169169
with:
170170
name: jreleaser-reports
171171
path: |

.github/workflows/release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload Build Reports
7777
if: failure()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v7
7979
with:
8080
name: jreleaser-reports
8181
path: |

0 commit comments

Comments
 (0)