Skip to content

Commit

Permalink
Merge pull request #350 from niklasdewally/fix/ci/cov-deploy-outdated…
Browse files Browse the repository at this point in the history
…-action-version

ci: update actions/download-artifact steps to v4
  • Loading branch information
ozgurakgun authored Oct 2, 2024
2 parents 28ad1f1 + 3f7f572 commit 71a8561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
})
- name: Download the previous lcov.info (historical) file
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with: |
name: code-coverage-${{ env.num }}-${{ env.previous_artifact_id }}
path: ./tools/code-coverage-diff/deploy-prev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "${{github.event.pull_request.number}}" > deploy/prnumber
- name: Archive code coverage results for deployment
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-${{ steps.sha.outputs.sha }}
path: deploy/**
Expand Down

0 comments on commit 71a8561

Please sign in to comment.