Skip to content

Commit

Permalink
Merge pull request #80 from robherley/patch-1
Browse files Browse the repository at this point in the history
Use `v4` upload-artifact tag
  • Loading branch information
TooManyBees committed Dec 14, 2023
2 parents 0313a19 + 257e666 commit 7e3f6bb
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 7e3f6bb

Please sign in to comment.