Skip to content

Commit 3ed869e

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f07420 commit 3ed869e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
$SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q
4141
- name: Upload results
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
if: ${{ success() || failure() }}
4444
with:
4545
name: linkcheck

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
uv run --locked --with build python -m build
1616
- name: Store the distribution packages
17-
uses: actions/upload-artifact@v5
17+
uses: actions/upload-artifact@v6
1818
with:
1919
name: dist
2020
path: dist

0 commit comments

Comments
 (0)