Skip to content

Commit f5ffb13

Browse files
committed
update upload-artifact action
1 parent 3c11f95 commit f5ffb13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snapshotUpdate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo ${{ github.event.number }} > ./workflow/metadata/pull_number.txt
4141
4242
- name: Save Metadata
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: metadata
4646
path: workflow/metadata/
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Save Snapshot Artifact
122122
if: steps.artifactInputs.outputs.skip != 'true'
123-
uses: actions/upload-artifact@v2
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: ${{ steps.artifactInputs.outputs.name }}
126126
path: ${{ steps.artifactInputs.outputs.filePath }}
@@ -207,7 +207,7 @@ jobs:
207207
208208
- name: Save Snapshot Artifact
209209
if: steps.artifactInputs.outputs.skip != 'true'
210-
uses: actions/upload-artifact@v2
210+
uses: actions/upload-artifact@v4
211211
with:
212212
name: ${{ steps.artifactInputs.outputs.name }}
213213
path: ${{ steps.artifactInputs.outputs.filePath }}

0 commit comments

Comments
 (0)