Skip to content

Commit

Permalink
ci: Update upload-artifact
Browse files Browse the repository at this point in the history
The older version is deprecated and will stop working next month.
  • Loading branch information
joeyparrish committed Nov 5, 2024
1 parent 518f9d6 commit ebf30aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
# This makes it possible to debug failures in the next step by
# downloading binaries that fail the check for static linkage.
- name: Upload assets as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: binaries${{ env.SUFFIX }}
path: assets/*
Expand Down

0 comments on commit ebf30aa

Please sign in to comment.