diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e443daa..3b83a8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Upload dist folder as artifact on commit failure if: failure() && steps.commit-changes.outcome == 'failure' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: ./dist