File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 attestations : write
3131
3232 steps :
33- - uses : actions/download-artifact@v7
33+ - uses : actions/download-artifact@v8
3434 with :
3535 name : Packages
3636 path : dist
3737
3838 - name : Generate artifact attestation for sdist and wheel
39- uses : actions/attest-build-provenance@v3
39+ uses : actions/attest-build-provenance@v4
4040 with :
4141 subject-path : " dist/*"
4242
Original file line number Diff line number Diff line change 4141
4242 - if : ${{ always() }}
4343 name : Upload artifact with ShellCheck defects in SARIF format
44- uses : actions/upload-artifact@v6
44+ uses : actions/upload-artifact@v7
4545 with :
4646 name : Differential ShellCheck SARIF
4747 path : ${{ steps.ShellCheck.outputs.sarif }}
@@ -53,10 +53,10 @@ jobs:
5353 permissions :
5454 security-events : write
5555 steps :
56- - uses : actions/download-artifact@v6
56+ - uses : actions/download-artifact@v8
5757 with :
5858 name : Differential ShellCheck SARIF
59- - uses : github/codeql-action/upload-sarif@v2
59+ - uses : github/codeql-action/upload-sarif@v4
6060 with :
6161 sarif_file : ${{ needs.lint.outputs.sarif }}
6262 if : ${{ inputs.upload_sarif }}
You can’t perform that action at this time.
0 commit comments