From c8a7942d6eaf964d6fabc84bf671c9dc44333555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:48:00 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-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 65295c9bb3..41af99714d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,13 +91,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Download install tree - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: inst.tar.zst - name: Install run: tar -C / -xvf inst.tar.zst && rm -f inst.tar.zst - name: Download test binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ostree-test - name: Install