Skip to content

Commit

Permalink
ci: bump actions/download-artifact from v2.0.6 to v2.0.7
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact)
from v2.0.6 to v2.0.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/
v2.0.6...f144d3c3916a86f4d6b11ff379d17a49d8f85dbc)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ptrus committed Dec 17, 2020
1 parent 210be20 commit fa14918
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 fa14918

Please sign in to comment.