mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-05-13 03:16:52 +00:00
v7 --> hash
This commit is contained in:
committed by
GitHub
parent
56f665a6f2
commit
4a90348b29
@@ -77,7 +77,7 @@ runs:
|
|||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
id: upload-artifact
|
id: upload-artifact
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.0
|
||||||
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