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!
This commit is contained in:
Rob Herley
2023-12-14 14:04:50 -05:00
committed by GitHub
parent 0313a19afa
commit 257e666c05

View File

@@ -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