From 6760011c0848a5cc88169ef77038e3b7a36220a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:42:12 +0000 Subject: [PATCH] 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] --- .github/workflows/build_deb.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deb.yml b/.github/workflows/build_deb.yml index c4408fc..a24a78b 100644 --- a/.github/workflows/build_deb.yml +++ b/.github/workflows/build_deb.yml @@ -17,6 +17,6 @@ jobs: - run: cargo build --release - run: ./build-manpages.sh - run: cargo deb - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: target/debian/*.deb diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb5ec86..3743652 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - run: cargo install mdsh mandown - run: cargo build --release - run: ./build-manpages.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: git-mob-${{ matrix.os }} path: |