diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cea0228..41dc92e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -93,7 +93,7 @@ jobs: # Download the artifacts created by the stage_release job. - name: Download release candidates - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist