Skip to content

Commit

Permalink
Merge pull request #27 from jaqx0r/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jaqx0r committed Dec 14, 2023
2 parents 39de240 + a39d920 commit 7397b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: python -m pip install --upgrade pip
- run: python -m pip install build
- run: python -m build --sdist --outdir dist/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 7397b78

Please sign in to comment.