Skip to content

Commit

Permalink
Merge pull request #95 from RedHatProductSecurity/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/upload-artifact-3

⬆️ Bump actions/upload-artifact from 2 to 3
  • Loading branch information
jpower432 authored Dec 5, 2023
2 parents 7967184 + 36ef8ac commit 6620a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: make test-code-cov

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.xml
Expand Down

0 comments on commit 6620a3b

Please sign in to comment.