Skip to content

Commit

Permalink
Fixed github actions issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Nov 18, 2024
1 parent 68c6076 commit 19e040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_1.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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 19e040c

Please sign in to comment.