We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b5560 commit a550191Copy full SHA for a550191
.github/workflows/unit-test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: ./gradlew :VGSClientSDKAnalytics:allTests --continue --stacktrace
40
41
- name: Upload Test Results
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
43
if: ${{ !cancelled() }}
44
with:
45
name: test-results
0 commit comments