From b8f9608992f78997de64058635f2ef7cd109ba3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:15:22 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 (#252) --- .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 1ae68bc..76f3a46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,7 +114,7 @@ jobs: # Docs: if: matrix.os == 'linux' run: ./error-pages --version && ./error-pages -h - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: error-pages-${{ matrix.os }}-${{ matrix.arch }} path: error-pages @@ -175,7 +175,7 @@ jobs: # Docs: - run: docker save app:ci > ./docker-image.tar - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: docker-image path: ./docker-image.tar