Skip to content

Commit

Permalink
ci: migrate to actions/upload-artifact/merge v4
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 13, 2024
1 parent 30c4f36 commit cec6365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Update coverage
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact/merge@v4
with:
name: build-${{ github.sha }}
retention-days: 1
Expand Down

0 comments on commit cec6365

Please sign in to comment.