Skip to content

Commit

Permalink
Update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
As v2 has been deprecated for a while. This repo has been stable so
we haven't been running CI.
  • Loading branch information
michaeljones committed Nov 24, 2024
1 parent cf8bdfd commit ab7dfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: gleam test

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: matcha-${{ matrix.target }}
path: target/debug/matcha

0 comments on commit ab7dfb0

Please sign in to comment.