Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/actions/downloa…
Browse files Browse the repository at this point in the history
…d-artifact-4
  • Loading branch information
Sajinsr authored Oct 22, 2024
2 parents 5e7e3a6 + a162c39 commit 95e8a6e
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 @@ -118,7 +118,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 Down

0 comments on commit 95e8a6e

Please sign in to comment.