Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 15, 2023
1 parent 571496c commit 69ccda6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:

- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.api-level }}-${{ matrix.shard }}
path: logcat.txt

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.api-level }}-${{ matrix.shard }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Upload test results and reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-results
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload test results and reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-results
path: |
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Upload apks
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apks
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macrobenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
- name: Upload logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.api-level }}-${{ matrix.shard }}
path: logcat.txt

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.api-level }}-${{ matrix.shard }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.Properties

plugins {
id("com.gradle.enterprise") version "3.16"
id("com.gradle.enterprise") version "3.16.1"
}

gradleEnterprise {
Expand Down

0 comments on commit 69ccda6

Please sign in to comment.