Skip to content

Commit 61f6bff

Browse files
Update actions/upload-artifact action to v5
1 parent c2cb504 commit 61f6bff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Upload reports
3535
if: failure()
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3737
with:
3838
name: reports
3939
path: ./**/target/surefire-reports
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Upload reports
7373
if: failure()
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7575
with:
7676
name: reports
7777
path: ./**/target/surefire-reports
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Upload reports
110110
if: failure()
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
112112
with:
113113
name: reports
114114
path: ./**/target/surefire-reports

0 commit comments

Comments
 (0)