Skip to content

Commit

Permalink
Merge pull request #1220 from input-output-hk/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
ch1bo authored Dec 19, 2023
2 parents 124156f + 28e403d commit d14ff60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit d14ff60

Please sign in to comment.