diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f7c381..f6c3594 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: # Only publish when a GitHub Release is created. if: github.event_name == 'release' steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist