Skip to content

Commit

Permalink
Merge pull request #7 from showyourwork/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
dfm authored Jan 2, 2024
2 parents 3ed95c7 + b6bae39 commit 3b17762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m pip install -U pip
python -m pip install -U build
python -m build .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand Down

0 comments on commit 3b17762

Please sign in to comment.