diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8290fd0..7af7d63 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: gulp build # to do: we should make this run by `npm test` - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: ./build # Adjust this path based on your build output directory @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build-artifacts path: ./build # Adjust this path based on your build output directory