Skip to content

Commit 45b433d

Browse files
dependabot[bot]jamacku
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b15fcb commit 45b433d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/differential-pylint.yml

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

2727
- if: ${{ always() }}
2828
name: Upload artifact with detected PyLint defects in SARIF format
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: Differential PyLint SARIF
3232
path: ${{ steps.PyLint.outputs.sarif }}

.github/workflows/differential-shellcheck.yml

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

3030
- if: ${{ always() }}
3131
name: Upload artifact with ShellCheck defects in SARIF format
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: Differential ShellCheck SARIF
3535
path: ${{ steps.ShellCheck.outputs.sarif }}

0 commit comments

Comments
 (0)