From f7e21b1facf6247d0e11c2936a0a2154240df26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:08:11 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 879b9cae..8cc402f0 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