diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index f189d5e2665..05ea99379ea 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -109,7 +109,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: | @@ -199,7 +199,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: