File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 git diff --staged --patch --exit-code > .repo.patch || echo "self_mutation_happened=true" >> "${GITHUB_OUTPUT}"
7171 - name : Upload patch
7272 if : steps.self_mutation.outputs.self_mutation_happened
73- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
73+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
7474 with :
7575 name : .repo.patch
7676 path : .repo.patch
Original file line number Diff line number Diff line change 3131 run : cd dist && getfacl -R . > permissions-backup.acl
3232 continue-on-error : true
3333 - name : Upload artifact
34- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
34+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3535 with :
3636 name : build-artifact
3737 path : dist
Original file line number Diff line number Diff line change 3333 git diff --staged --patch --exit-code > .repo.patch || echo "patch_created=true" >> "${GITHUB_OUTPUT}"
3434 - name : Upload patch
3535 if : steps.create_patch.outputs.patch_created
36- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
36+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3737 with :
3838 name : .repo.patch
3939 path : .repo.patch
You can’t perform that action at this time.
0 commit comments