Skip to content

Commit

Permalink
chore: upgrading upload and download artifact verions to v4 from v3
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitahase committed Jan 30, 2025
1 parent aa59217 commit e71c223
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 e71c223

Please sign in to comment.