Skip to content

Commit 3b3e190

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] <support@github.com>
1 parent f232031 commit 3b3e190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m sphinx -W --keep-going --color -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
3030
- name: Upload linkcheck results
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
if: ${{ success() || failure() }}
3333
with:
3434
name: linkcheck

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
./make_dist.sh
1818
- name: Store the distribution packages
19-
uses: actions/upload-artifact@v5
19+
uses: actions/upload-artifact@v6
2020
with:
2121
name: dist
2222
path: dist

0 commit comments

Comments
 (0)