diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c38f30f..a8d975b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: # only do it when it hits the default branch # this artifact is consumed by the release job if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ssa-query-macos-x86-64-arm64 path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/ssa-query-macos-x86-64-arm64 @@ -135,7 +135,7 @@ jobs: run: | cd $GITHUB_WORKSPACE/souffle && rm -r bin/ && ./build-all-with-docker.sh - name: Fetch macos binary - uses: actions/download-artifact@master + uses: actions/download-artifact@v4 with: name: ssa-query-macos-x86-64-arm64 path: ${{ github.workspace }}/souffle/bin/macos-x86-64-arm64/