Skip to content

Commit c905783

Browse files
Bump the actions-infrastructure group with 2 updates
Bumps the actions-infrastructure group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6beaff8 commit c905783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: pip install --upgrade build twine
7575
- run: python -m build
7676
- run: twine check dist/*
77-
- uses: actions/upload-artifact@v3
77+
- uses: actions/upload-artifact@v4
7878
with:
7979
name: dist
8080
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686
matrix:
8787
os: ['ubuntu-latest']
8888
steps:
89-
- uses: actions/download-artifact@v3
89+
- uses: actions/download-artifact@v4
9090
with:
9191
name: dist
9292
path: dist/
@@ -113,7 +113,7 @@ jobs:
113113
permissions:
114114
id-token: write
115115
steps:
116-
- uses: actions/download-artifact@v3
116+
- uses: actions/download-artifact@v4
117117
with:
118118
name: dist
119119
path: dist/

0 commit comments

Comments
 (0)