Skip to content

Commit

Permalink
build: upgrade to upload-artifact action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Jul 31, 2024
1 parent 561bd1b commit 2cd93ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
uses: actions/download-artifact@v2
with:
path: binaries
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries
path: binaries
Expand Down

0 comments on commit 2cd93ac

Please sign in to comment.