File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
echo ${{ env.PR_NUMBER }} >> $artifactName
33
33
echo ${{ steps.set-deleted-files-count.outputs.result }} >> $artifactName
34
34
- name : Upload the deleted assets file to artifacts
35
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
35
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
36
36
with :
37
37
name : ${{ env.ARTIFACT_NAME }}
38
38
path : ' ${{ env.ARTIFACT_NAME }}.txt'
Original file line number Diff line number Diff line change 32
32
echo ${{ env.PR_NUMBER }} >> $artifactName
33
33
echo ${{ steps.set-deleted-files-count.outputs.result }} >> $artifactName
34
34
- name : Upload the redirects file to artifacts
35
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
35
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
36
36
with :
37
37
name : ${{ env.ARTIFACT_NAME }}
38
38
path : ' ${{ env.ARTIFACT_NAME }}.txt'
You can’t perform that action at this time.
0 commit comments