Skip to content

Commit c7c2d4e

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 8e40f30 commit c7c2d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- if: ${{ always() }}
4040
name: 📤 Upload artifact with shell-check defects in SARIF format
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: Differential shell-check SARIF
4444
path: ${{ steps.shellcheck.outputs.sarif }}

0 commit comments

Comments
 (0)