Skip to content

Commit

Permalink
chore: use v4 instead of v3 for github builtin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Sep 3, 2024
1 parent edbfd13 commit 8c60356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "COVERAGE_PR=$COVERAGE_PR" >> $GITHUB_ENV
- name: Upload coverage report markdown
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report-md
path: cov/markdown/coverage_report.md
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
echo "COVERAGE_MESSAGE=$COVERAGE_MESSAGE" >> $GITHUB_ENV
- name: Download coverage report markdown
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-report-md
path: cov/markdown/
Expand Down

0 comments on commit 8c60356

Please sign in to comment.