Skip to content

Commit

Permalink
Use v4 upload-artifact tag
Browse files Browse the repository at this point in the history
Artifacts v4 have been GA'd:
- https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available

We should use that tag going forward!
  • Loading branch information
robherley committed Dec 14, 2023
1 parent 0313a19 commit 257e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:

- name: Upload artifact
id: upload-artifact
uses: actions/upload-artifact@v4-beta
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar
Expand Down

0 comments on commit 257e666

Please sign in to comment.