Skip to content

Commit 48483ad

Browse files
dependabot[bot]jamacku
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b56118d commit 48483ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
29+
uses: actions/upload-artifact@v6
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@v5
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: Differential ShellCheck SARIF
3535
path: ${{ steps.ShellCheck.outputs.sarif }}

0 commit comments

Comments
 (0)