Skip to content

Commit cfe02f8

Browse files
chore(deps): update github artifact actions
1 parent 4b08554 commit cfe02f8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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/hotfix-finish.yml

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

111111
- name: Upload Build Reports
112112
if: failure()
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v7
114114
with:
115115
name: jreleaser-reports
116116
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-finish.yml

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

130130
- name: Upload Build Reports
131131
if: failure()
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v7
133133
with:
134134
name: jreleaser-reports
135135
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)