From 6c0c85544ec237b5699af2b1a603e8d5711995d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:17:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 (#101) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e6fedb..e2a78e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -133,7 +133,7 @@ jobs: # Docs: if: matrix.os == 'linux' run: ./error-pages version && ./error-pages -h - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: error-pages-${{ matrix.os }}-${{ matrix.arch }} path: error-pages @@ -194,7 +194,7 @@ jobs: # Docs: - run: docker save app:ci > ./docker-image.tar - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: docker-image path: ./docker-image.tar