diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 867287c98..c77f92200 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -295,7 +295,7 @@ jobs: - name: Extract downloaded binaries run: tar -xvf result.tar.xz && rm result.tar.xz - name: Save aarch64 executable as artifact - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v3 with: name: postgrest-ubuntu-aarch64 path: result/postgrest