Skip to content

Commit

Permalink
Fix upload artifact
Browse files Browse the repository at this point in the history
The v2 is deprecated and now fails to work.
  • Loading branch information
sergio-costas committed Oct 7, 2024
1 parent 28a34e3 commit d95ef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
spread -artifacts=./artifacts google-nested:tests/spread/build/
find ./artifacts -type f -name "*.artifact" -exec cp {} "${{ github.workspace }}" \;
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: core-snap
path: "${{ github.workspace }}/core22.artifact"
Expand Down

0 comments on commit d95ef42

Please sign in to comment.