Skip to content

Commit

Permalink
ci/cd(deps): bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jan 30, 2023
1 parent 52fcc2f commit a16ee15
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 @@ -62,7 +62,7 @@ jobs:
- name: Prepare and run tests
run: make env deps-fetch test-with-coverage
- name: Store code coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.go == '1.21.x'
with: { name: code-coverage-report, path: c.out }

Expand Down

0 comments on commit a16ee15

Please sign in to comment.