Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-4' into dependabot/github_actions/actions/upload-artifact-4
  • Loading branch information
MetRonnie committed Dec 15, 2023
2 parents b878692 + 2f599a4 commit 5133f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v4

- name: Download coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Codecov upload
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
uses: actions/checkout@v4

- name: Download coverage artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Codecov upload
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 5133f72

Please sign in to comment.