Skip to content

Commit

Permalink
Merge pull request #14 from tchoutri/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
tchoutri authored Jul 1, 2024
2 parents 0c398c1 + 7f2d131 commit 065875d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
tar -czvf $CONFER_EXEC_TAR -C $DIR $FILE
echo CONFER_EXEC_TAR=$CONFER_EXEC_TAR >> $GITHUB_ENV
- name: Upload the confer-head executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: confer-${{ runner.os }}-${{ env.ARCH }}
path: ${{ env.CONFER_EXEC_TAR }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
echo CONFER_EXEC_TAR=$CONFER_EXEC_TAR >> $GITHUB_ENV
- name: Upload confer executable to workflow artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: confer-${{ runner.os }}-static-x86_64
path: ${{ env.CONFER_EXEC_TAR }}
Expand Down

0 comments on commit 065875d

Please sign in to comment.