File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
echo ${{ github.event.number }} > ./workflow/metadata/pull_number.txt
41
41
42
42
- name : Save Metadata
43
- uses : actions/upload-artifact@v2
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : metadata
46
46
path : workflow/metadata/
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Save Snapshot Artifact
122
122
if : steps.artifactInputs.outputs.skip != 'true'
123
- uses : actions/upload-artifact@v2
123
+ uses : actions/upload-artifact@v4
124
124
with :
125
125
name : ${{ steps.artifactInputs.outputs.name }}
126
126
path : ${{ steps.artifactInputs.outputs.filePath }}
@@ -207,7 +207,7 @@ jobs:
207
207
208
208
- name : Save Snapshot Artifact
209
209
if : steps.artifactInputs.outputs.skip != 'true'
210
- uses : actions/upload-artifact@v2
210
+ uses : actions/upload-artifact@v4
211
211
with :
212
212
name : ${{ steps.artifactInputs.outputs.name }}
213
213
path : ${{ steps.artifactInputs.outputs.filePath }}
You can’t perform that action at this time.
0 commit comments