Skip to content

Commit 257e666

Browse files
authored
Use v4 upload-artifact tag
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!
1 parent 0313a19 commit 257e666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
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)