diff --git a/template/.github/workflows/release.yaml b/template/.github/workflows/release.yaml index ca5db8a..9c7fcc7 100644 --- a/template/.github/workflows/release.yaml +++ b/template/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: cancel-in-progress: true steps: - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.build.outputs.artifact-name }} path: dist/ @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.build.outputs.artifact-name }} path: dist/