diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9632272..38b3d3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: if: github.event_name == 'release' steps: - name: Download a distribution artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist