Skip to content

Commit

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

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
eduardo-rodrigues authored Jan 3, 2024
2 parents 35cc0e1 + 4550b8a commit 323caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build
run: pipx run build

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

Expand Down

0 comments on commit 323caf6

Please sign in to comment.