Skip to content

Commit

Permalink
Merge pull request #60 from zfit/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
jonas-eschle authored Jan 5, 2024
2 parents a4e19c3 + 3242e29 commit 2750886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand Down

0 comments on commit 2750886

Please sign in to comment.