Skip to content

Commit

Permalink
ci: Update upload-artifact (shaka-project#53)
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 authored Nov 6, 2024
1 parent 20da483 commit a27e0a0
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 @@ -205,7 +205,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 a27e0a0

Please sign in to comment.