From fcc87c7787a41fbd6467b35838c30854fe240816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Nov 2022 14:24:27 +0000 Subject: [PATCH] build: bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c822f7..a662b6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,15 +174,15 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download TGZ tarball - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: tarball - name: Download MacOS package - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: package - name: Download release text - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: release - name: Publish release -- 2.39.5