diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a83e16..30e446b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: ls -lh test.bin - name: Upload test file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: test-artifact path: test.bin