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: