Skip to content

Commit

Permalink
update deprecated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed Sep 14, 2024
1 parent be19305 commit 909bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
# We upload this to the artifacts that are attached to the action just to make it easy for
# someone to pull down a build from another branch.
- name: "Upload Binaries"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "gazette-x86_64-linux-gnu.zip"
path: ".build-ci/gazette-x86_64-linux-gnu.zip"
Expand Down

0 comments on commit 909bff0

Please sign in to comment.