Skip to content

Commit

Permalink
Bump upload action to v4 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn authored Jan 27, 2025
1 parent aa7ff19 commit b477d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./gradlew preMerge --continue

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: plugin-build/build/reports/tests/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix-agp-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
arguments: integrationTest

- name: Upload Test Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-results-AGP${{ matrix.agp }}-Gradle${{ matrix.gradle }}
path: plugin-build/build/reports/tests/
Expand Down

0 comments on commit b477d28

Please sign in to comment.