Skip to content

Commit 7c41934

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#2322)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.
1 parent a6939c7 commit 7c41934

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ jobs:
104104
105105
- name: "Upload coverage data to GH artifacts 📤"
106106
if: matrix.python-version == '3.14' && matrix.os == 'ubuntu-latest' && matrix.sphinx-version == 'dev'
107-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
107+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
108108
with:
109109
name: coverage-data-${{ matrix.python-version }}
110110
path: .coverage
111111
if-no-files-found: ignore
112112
include-hidden-files: true
113113

114114
- name: "Upload Playwright traces, if any 🐾"
115-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.6
115+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4.7.0.0
116116
if: ${{ failure() }}
117117
with:
118118
name: playwright-traces-${{ matrix.os }}-${{ matrix.python-version }}
@@ -159,7 +159,7 @@ jobs:
159159
python -Im coverage report --fail-under=80
160160
161161
- name: "Upload HTML report if check failed 📤"
162-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
162+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
163163
with:
164164
name: html-report
165165
path: htmlcov
@@ -173,7 +173,7 @@ jobs:
173173
GITHUB_TOKEN: ${{ github.token }}
174174

175175
- name: "Store Pull Request comment to be posted 📤"
176-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
176+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
177177
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
178178
with:
179179
# leave default names
@@ -201,7 +201,7 @@ jobs:
201201
continue-on-error: true
202202

203203
- name: "Upload profiling data to GH artifacts 📤"
204-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
204+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
205205
with:
206206
name: profile-results
207207
path: docbuild_profile.svg

.github/workflows/a11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: python -Im tox run -e compile-assets,i18n-compile,py314-docs,a11y-tests-${{ matrix.browser }}
6060

6161
- name: "Upload Playwright traces, if any 🐾"
62-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.6
62+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4.7.0.0
6363
if: ${{ failure() }}
6464
with:
6565
name: playwright-traces-${{ matrix.os }}-${{ matrix.browser }}

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python -Im tox run -e docs-linkcheck
3434

3535
- name: "Upload broken-links report"
36-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
36+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
3737
with:
3838
name: broken-links
3939
path: docs/_build/linkcheck/output.txt

0 commit comments

Comments
 (0)