diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2348c51..a3936e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Download a distribution artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dist path: dist