Skip to content

Commit

Permalink
ci/cd(deps): bump actions/upload-artifact from 4.0.0 to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 3, 2023
1 parent 6052893 commit dc47dbc
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@v4.0.0
uses: actions/upload-artifact@v4.3.1
if: matrix.go == '1.21.x'
with: { name: code-coverage-report, path: c.out }

Expand Down

0 comments on commit dc47dbc

Please sign in to comment.