From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:43:39 +0000 (+0000) Subject: chore(deps): bump actions/upload-artifact from 3 to 4 X-Git-Tag: 100~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd43fd37ea6c35d6174eb28d97ae0f2d3d1dbf50;p=thirdparty%2Fdracut-ng.git chore(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d5863d074..a2d56673f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,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 }}