Skip to content

Commit

Permalink
Update Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-carrasco committed Feb 3, 2024
1 parent a99db70 commit 99c9993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 99c9993

Please sign in to comment.