Skip to content

Commit

Permalink
Merge pull request #2736 from asmitahase/upgrade-artifact
Browse files Browse the repository at this point in the history
chore: Upgrade artifact actions from v3 to v4
  • Loading branch information
asmitahase authored Jan 30, 2025
2 parents aa59217 + e71c223 commit 0ae2335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
CAPTURE_COVERAGE: ${{ github.event_name != 'pull_request' }}

- name: Upload coverage data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.event_name != 'pull_request'
with:
name: coverage-${{ matrix.container }}
Expand All @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Upload coverage data
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 0ae2335

Please sign in to comment.