]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump actions/upload-artifact from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Jan 2023 18:06:03 +0000 (18:06 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 18:06:03 +0000 (18:06 +0000)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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/appimage.yml

index 6b6057f4667279748f7e9f0ffe0f1d34165d0dce..c64dfb3e8766290e2f069aea0c5eb53328479984 100644 (file)
@@ -27,7 +27,7 @@ jobs:
         uses: AppImageCrafters/build-appimage@v1.3
         with:
           recipe: .github/AppImageBuilder.yml
-      - uses: actions/upload-artifact@v2
+      - uses: actions/upload-artifact@v3
         with:
           name: AppImage
           path: '*.AppImage*'