From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:06:03 +0000 (+0000) Subject: build(deps): bump actions/upload-artifact from 2 to 3 X-Git-Tag: v2.3~10^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=88192e851c780ed854e2e45e8b9aa3d8f8cba570;p=users%2Fsagi%2Fnvme-cli.git build(deps): bump actions/upload-artifact from 2 to 3 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] --- diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 6b6057f4..c64dfb3e 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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*'