Skip to content

Commit 59cb287

Browse files
dependabot[bot]blowekamp
authored andcommitted
Bump actions/upload-artifact from 1 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97e0982 commit 59cb287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python -m twine check dist/*
3535
- name: Upload package
36-
uses: actions/upload-artifact@v1
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: python-packages
3939
path: dist

0 commit comments

Comments
 (0)