mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
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:
@@ -68,7 +68,7 @@ runs:
|
|||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
id: upload-artifact
|
id: upload-artifact
|
||||||
uses: actions/upload-artifact@v4-beta
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.name }}
|
name: ${{ inputs.name }}
|
||||||
path: ${{ runner.temp }}/artifact.tar
|
path: ${{ runner.temp }}/artifact.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user