Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update upload-artifact version.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe authored Nov 18, 2024
1 parent aa7d881 commit b0d5d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build_sdist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
run: pipx run build --outdir dist/ ${{ inputs.package-path }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/*
if-no-files-found: error

0 comments on commit b0d5d16

Please sign in to comment.