Skip to content

Commit

Permalink
Merge pull request #919 from marshmallow-code/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sirosen committed Feb 1, 2024
2 parents 585d887 + 944ea99 commit 021799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Check build
run: python -m twine check --strict dist/*
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 021799c

Please sign in to comment.