Skip to content

Commit 068bc6a

Browse files
[deps]: Update actions/upload-artifact action to v7
1 parent c52c33a commit 068bc6a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/a11y-eval-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: echo "$(<./test-summary/test-summary.md)" >> "$GITHUB_STEP_SUMMARY"
137137

138138
- name: Upload results as artifact
139-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
139+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
140140
if: always()
141141
with:
142142
name: test-summary

.github/workflows/a11y-eval-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: echo "$(<./test-summary/test-summary.md)" >> "$GITHUB_STEP_SUMMARY"
115115

116116
- name: Upload results as artifact
117-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
117+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
118118
if: always()
119119
with:
120120
name: test-summary

.github/workflows/test-all-custom-flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
run: echo "$(<./test-summary/test-summary.md)" >> "$GITHUB_STEP_SUMMARY"
189189

190190
- name: Upload results as artifact
191-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
191+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
192192
if: always()
193193
with:
194194
name: test-summary

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: echo "$(<./test-summary/test-summary.md)" >> "$GITHUB_STEP_SUMMARY"
190190

191191
- name: Upload results as artifact
192-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
192+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
193193
if: always()
194194
with:
195195
name: test-summary

0 commit comments

Comments
 (0)