Skip to content

Commit fb0e326

Browse files
Update GitHub Actions
1 parent d9cab5c commit fb0e326

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/step-shellcheck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)