Skip to content

Commit 830c455

Browse files
authored
Merge pull request #106 from black-sliver/ci/update-and-pin-upload-artifact
CI: update and pin actions/upload-artifact
2 parents b100154 + 7ae33cf commit 830c455

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
run: ./gradlew jreleaserDeploy
4242
- name: Store JReleaser Logs
4343
if: failure()
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v7.0.1
4545
with:
4646
name: jreleaser
4747
path: build/jreleaser
4848
- name: Store Reports
4949
if: failure()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v7.0.1
5151
with:
5252
name: reports
5353
path: build/reports

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: ./gradlew jreleaserDeploy
3939
- name: Store JReleaser Logs
4040
if: failure()
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v7.0.1
4242
with:
4343
name: jreleaser
4444
path: build/jreleaser
4545
- name: Store Reports
4646
if: failure()
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v7.0.1
4848
with:
4949
name: reports
5050
path: build/reports

0 commit comments

Comments
 (0)