mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-08 19:35:24 +00:00
Merge pull request #80 from robherley/patch-1
Use `v4` upload-artifact tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user