Skip to content

Commit

Permalink
Merge pull request #20 from idiap/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
sgaist authored Jan 2, 2024
2 parents 2218802 + 6a0e5d3 commit 7c4d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- 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 7c4d19c

Please sign in to comment.