diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a86593..7e28f6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: run: ls -R build # List contents of build to ensure files are there - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: compressed-files path: build/compressed/* # Upload the files in the build/compressed directory