Skip to content

Commit

Permalink
update actions/upload-artifact version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Feb 6, 2025
1 parent e0e2687 commit 636b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
fail-on-error: false # Set fail-on-error to false to show report even if it has failed tests

- name: Archive Bigquery Database Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bigquery-test-results
path: target/surefire-reports
Expand Down

0 comments on commit 636b071

Please sign in to comment.