From f90837b000f44645029479f66ba5d6fa131c81a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 14:52:54 +0200 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 (#1273) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-02_create-draft.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index 10520064d3..fe1c9979c8 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -123,7 +123,7 @@ jobs: ruby-version: 3.0.0 - name: Download srtool json output - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Prepare tooling run: | @@ -227,7 +227,7 @@ jobs: ref: ${{ github.event.inputs.ref2 }} - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - uses: ruby/setup-ruby@v1 with: