Skip to content

Commit

Permalink
Use upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryPerry authored Sep 15, 2024
1 parent ac62938 commit f9821f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
./gradlew connectedCheck
- name: Upload failed instrumentation artifacts
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: instrumentation-failures
path: |
Expand Down

0 comments on commit f9821f6

Please sign in to comment.