File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 run : ant build-customizations
2020
2121 - name : Upload artifact
22- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
22+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
2323 with :
2424 name : mei-schemata-${{ github.sha }}
2525 path : dist/schemata
Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
7575
7676 # ## UPLOADING THE ARTIFACTS ###
7777 - name : Upload PDF
78- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
78+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7979 with :
8080 name : pdf
8181 path : ${{ github.workspace }}/dist/guidelines/pdf/MEI_Guidelines_*.pdf
8282
8383 - name : Upload Prince XML log
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8585 with :
8686 name : prince_log
8787 path : ${{ github.workspace }}/build/prince.log
You can’t perform that action at this time.
0 commit comments