Skip to content

Commit 6428c1a

Browse files
Bump actions/upload-artifact from 4.5.0 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 024f382 commit 6428c1a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs-linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload linkcheck output
3636
# Run also if the previous steps failed
3737
if: always()
38-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939
with:
4040
name: linkcheck-output
4141
path: docs/build/html/output.*

.github/workflows/release_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build a binary wheel and a source tarball
3131
run: python3 -m build
3232
- name: Store the distribution packages
33-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
33+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3434
with:
3535
name: python-package-distributions
3636
path: dist/
@@ -92,7 +92,7 @@ jobs:
9292
./dist/*.tar.gz
9393
./dist/*.whl
9494
- name: Store the distribution packages and signatures
95-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
95+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9696
with:
9797
name: python-package-distributions-and-signatures
9898
path: dist/

.github/workflows/release_test_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build a binary wheel and a source tarball
3131
run: python3 -m build
3232
- name: Store the distribution packages
33-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
33+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3434
with:
3535
name: python-package-distributions
3636
path: dist/
@@ -94,7 +94,7 @@ jobs:
9494
./dist/*.tar.gz
9595
./dist/*.whl
9696
- name: Store the distribution packages and signatures
97-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
97+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9898
with:
9999
name: python-package-distributions-and-signatures
100100
path: dist/

0 commit comments

Comments
 (0)