diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf56fa..8ec3fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }} @@ -143,7 +143,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }} @@ -176,7 +176,7 @@ jobs: contents: write steps: - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: conductor_ruby-${{ needs.verify.outputs.version }}