Skip to content

Commit

Permalink
Merge pull request #5504 from oasisprotocol/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/download-artifact-4

ci: bump actions/download-artifact from 3 to 4
  • Loading branch information
ptrus committed Jun 2, 2024
2 parents 38eb730 + cd82e4f commit e90ac53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download checksums for build 1
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: oasis-node-SHA256SUMs-build1
path: oasis-node-SHA256SUMs-build1
- name: Download checksum for build 2
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: oasis-node-SHA256SUMs-build2
path: oasis-node-SHA256SUMs-build2
Expand Down

0 comments on commit e90ac53

Please sign in to comment.