Skip to content

Commit 7e3f6bb

Browse files
authored
Merge pull request #80 from robherley/patch-1
Use `v4` upload-artifact tag
2 parents 0313a19 + 257e666 commit 7e3f6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868

6969
- name: Upload artifact
7070
id: upload-artifact
71-
uses: actions/upload-artifact@v4-beta
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: ${{ inputs.name }}
7474
path: ${{ runner.temp }}/artifact.tar

0 commit comments

Comments
 (0)