Skip to content

Commit

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

ci: bump actions/download-artifact from v2.0.6 to v2.0.7
  • Loading branch information
ptrus authored Dec 17, 2020
2 parents 210be20 + fa14918 commit 5af6d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/3571.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/download-artifact from v2.0.6 to v2.0.7
4 changes: 2 additions & 2 deletions .github/workflows/ci-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download checksums for build 1
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
name: oasis-node-SHA256SUMs-build1
path: oasis-node-SHA256SUMs-build1
- name: Download checksum for build 2
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
name: oasis-node-SHA256SUMs-build2
path: oasis-node-SHA256SUMs-build2
Expand Down

0 comments on commit 5af6d91

Please sign in to comment.