From 43fcfb5b12e3ba78f1f075b41dc1003b7305dbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 08:00:38 +0000 Subject: [PATCH] ci: bump actions/download-artifact from v2.0.7 to v2.0.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.7 to v2.0.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/ v2.0.7...4a7a711286f30c025902c28b541c10e147a9b843) Signed-off-by: dependabot[bot] --- .changelog/3597.internal.md | 1 + .github/workflows/ci-reproducibility.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changelog/3597.internal.md diff --git a/.changelog/3597.internal.md b/.changelog/3597.internal.md new file mode 100644 index 00000000000..bb82d4e0d60 --- /dev/null +++ b/.changelog/3597.internal.md @@ -0,0 +1 @@ +ci: bump actions/download-artifact from v2.0.7 to v2.0.8 diff --git a/.github/workflows/ci-reproducibility.yml b/.github/workflows/ci-reproducibility.yml index 84f4f1fd36e..e03452a1a7c 100644 --- a/.github/workflows/ci-reproducibility.yml +++ b/.github/workflows/ci-reproducibility.yml @@ -90,12 +90,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download checksums for build 1 - uses: actions/download-artifact@v2.0.7 + uses: actions/download-artifact@v2.0.8 with: name: oasis-node-SHA256SUMs-build1 path: oasis-node-SHA256SUMs-build1 - name: Download checksum for build 2 - uses: actions/download-artifact@v2.0.7 + uses: actions/download-artifact@v2.0.8 with: name: oasis-node-SHA256SUMs-build2 path: oasis-node-SHA256SUMs-build2