Skip to content

Commit 58b7f14

Browse files
chore(deps): Update trunk-io/analytics-uploader action to v2 (main) (#9462)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trunk-io/analytics-uploader](https://redirect.github.com/trunk-io/analytics-uploader) | action | major | `v1` -> `v2` | --- ### Release Notes <details> <summary>trunk-io/analytics-uploader (trunk-io/analytics-uploader)</summary> ### [`v2`](https://redirect.github.com/trunk-io/analytics-uploader/compare/v1...v2) [Compare Source](https://redirect.github.com/trunk-io/analytics-uploader/compare/v1...v2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcec350 commit 58b7f14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload Test Results
7474
if: always() # Upload the results even if the tests fail
7575
continue-on-error: true # don't fail this job if the upload fails
76-
uses: trunk-io/analytics-uploader@v1
76+
uses: trunk-io/analytics-uploader@v2
7777
with:
7878
junit-paths: ./test-results.xml
7979
org-slug: hypermode

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload Test Results
7474
if: always() # Upload the results even if the tests fail
7575
continue-on-error: true # don't fail this job if the upload fails
76-
uses: trunk-io/analytics-uploader@v1
76+
uses: trunk-io/analytics-uploader@v2
7777
with:
7878
junit-paths: ./test-results.xml
7979
org-slug: hypermode

.github/workflows/ci-dgraph-vector-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload Test Results
7474
if: always() # Upload the results even if the tests fail
7575
continue-on-error: true # don't fail this job if the upload fails
76-
uses: trunk-io/analytics-uploader@v1
76+
uses: trunk-io/analytics-uploader@v2
7777
with:
7878
junit-paths: ./test-results.xml
7979
org-slug: hypermode

0 commit comments

Comments
 (0)