]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump actions/upload-artifact from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Apr 2024 20:43:39 +0000 (20:43 +0000)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 2 Apr 2024 21:30:33 +0000 (17:30 -0400)
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] <support@github.com>
.github/workflows/lint.yml

index d5863d074ac1e448e50c42b98c78ffe941fcf3ca..a2d56673f95859d3adea0265610fc9a542ac0e79 100644 (file)
@@ -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 }}