Skip to content

Commit

Permalink
Merge pull request #190 from umr-lops/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
agrouaze authored Dec 19, 2023
2 parents 4821b7d + 6efdd4b commit 59dff2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
twine check dist/*
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: dist/*
Expand Down

0 comments on commit 59dff2e

Please sign in to comment.