mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-05-13 03:16:52 +00:00
Merge pull request #139 from Tom-van-Woudenberg/patch-1
Update upload-artifact action to version 7
This commit is contained in:
@@ -81,7 +81,7 @@ runs:
|
||||
|
||||
- name: Upload artifact
|
||||
id: upload-artifact
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
with:
|
||||
name: ${{ inputs.name }}
|
||||
path: ${{ runner.temp }}/artifact.tar
|
||||
|
||||
Reference in New Issue
Block a user