Skip to content

Commit

Permalink
build(backport): bump actions/upload-artifact to 4.3.4
Browse files Browse the repository at this point in the history
* Backport parts of PR https://github.com/scikit-hep/pyhf/pull/ 2530.
  • Loading branch information
matthewfeickert committed Jul 8, 2024
1 parent d23f5c4 commit 03ee2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
subject-path: "dist/pyhf-*"

- name: Upload distribution artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.4
with:
name: dist-artifact
path: dist
Expand Down

0 comments on commit 03ee2c0

Please sign in to comment.