diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14966e0..058ea3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: needs: pack if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: artifacts path: ./artifacts