]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump actions/upload-artifact from 4 to 5 dependabot/github_actions/actions/upload-artifact-5 1785/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 28 Oct 2025 20:03:00 +0000 (20:03 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 20:03:00 +0000 (20:03 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/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] <support@github.com>
.github/workflows/lint.yml

index 3b8c559d26bb8aae4e7895ed1abf2dfb53c4df2b..5f8158411797b3c215415a9dcb024a635e717548 100644 (file)
@@ -43,7 +43,7 @@ jobs:
 
       - if: ${{ always() }}
         name: Upload artifact with ShellCheck defects in SARIF format
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v5
         with:
           name: Differential ShellCheck SARIF
           path: ${{ steps.ShellCheck.outputs.sarif }}