Skip to content

Commit

Permalink
README.md: bump actions/upload-artifact from v3 to v4 (#347)
Browse files Browse the repository at this point in the history
Complements: 1426d7e ("build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0")
  • Loading branch information
ldv-alt authored Jan 29, 2024
1 parent ae3a070 commit 97d3bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}
Expand Down Expand Up @@ -333,7 +333,7 @@ Relative path to SARIF file containing detected defects. Example of use:
- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}
Expand Down

0 comments on commit 97d3bdd

Please sign in to comment.