diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a758fd1..fd1735b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -173,7 +173,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: gem-file @@ -206,7 +206,7 @@ jobs: bundler-cache: true - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: gem-file @@ -234,7 +234,7 @@ jobs: fetch-depth: 0 - name: Download gem artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: gem-file