From 28e403da8d9f9417c19125ba98c251431be36807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:26:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...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/ci-nix.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-nix.yaml b/.github/workflows/ci-nix.yaml index 950c18d6a70..9273c236737 100644 --- a/.github/workflows/ci-nix.yaml +++ b/.github/workflows/ci-nix.yaml @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Download test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: test-results @@ -181,7 +181,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Download generated documentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: benchmarks path: artifact @@ -270,25 +270,25 @@ jobs: yarn validate - name: 📥 Download benchmark results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: benchmarks path: docs/benchmarks - name: 📥 Download haddock documentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: haddocks path: docs/static/haddock - name: 📥 Download test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: test-results path: docs/benchmarks/tests - name: 📥 Download specification PDF - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: hydra-spec path: docs/static/