diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f189d7f..fc9f7f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Zip artifacts