Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 06cdb1d commit 5f5eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
verbose: true
- name: Store Pull Request comment to be posted
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
with:
# If you use a different name, update COMMENT_ARTIFACT_NAME accordingly
Expand Down

0 comments on commit 5f5eb7d

Please sign in to comment.