Skip to content

Commit d253a58

Browse files
chore(deps): update github artifact actions
1 parent bf47d12 commit d253a58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/GnuTests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
find . -name "*json*" -type f || echo "No JSON files found"
8686
8787
- name: Upload full json results
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: sed-gnu-full-result
9191
path: sed/${{ env.TEST_FULL_SUMMARY_FILE }}
9292
if-no-files-found: warn
9393

9494
- name: Upload test logs
9595
if: always()
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v6
9797
with:
9898
name: test-logs
9999
path: |
@@ -136,7 +136,7 @@ jobs:
136136
if_no_artifact_found: warn
137137

138138
- name: Download full json results
139-
uses: actions/download-artifact@v4
139+
uses: actions/download-artifact@v7
140140
with:
141141
name: sed-gnu-full-result
142142
path: results
@@ -197,13 +197,13 @@ jobs:
197197
outputs HASH TOTAL PASS FAIL SKIP
198198
199199
- name: Upload SHA1/ID of 'test-summary'
200-
uses: actions/upload-artifact@v4
200+
uses: actions/upload-artifact@v6
201201
with:
202202
name: "${{ steps.summary.outputs.HASH }}"
203203
path: "${{ steps.vars.outputs.TEST_SUMMARY_FILE }}"
204204

205205
- name: Upload test results summary
206-
uses: actions/upload-artifact@v4
206+
uses: actions/upload-artifact@v6
207207
with:
208208
name: test-summary
209209
path: "${{ steps.vars.outputs.TEST_SUMMARY_FILE }}"

0 commit comments

Comments
 (0)