File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 # storage.
8888 - name : Share Unshaded Compiler
8989 # https://github.com/marketplace/actions/upload-a-build-artifact
90- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
90+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9191 with :
9292 name : unshaded_compiler
9393 path : ${{ env.UNSYMLINK_DIR }}/compiler_uberjar_deploy.jar
Original file line number Diff line number Diff line change 6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
64+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6565 with :
6666 name : SARIF file
6767 path : results.sarif
You can’t perform that action at this time.
0 commit comments