Skip to content

Commit d112bda

Browse files
Update actions/upload-artifact action to v5
1 parent 892fb4a commit d112bda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: (Fail-only) Upload the build report
6060
if: failure()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: error-report
6464
path: build-reports.zip
@@ -95,7 +95,7 @@ jobs:
9595
run: ./gradlew testReleaseUnitTest
9696

9797
- name: Upload Test Results
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
if: failure()
100100
with:
101101
name: Test Results
@@ -133,7 +133,7 @@ jobs:
133133
run: ./gradlew assembleRelease
134134

135135
- name: Upload Sample Artifacts
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v5
137137
if: ${{ github.base_ref }} == 'master'
138138
with:
139139
name: artifact

0 commit comments

Comments
 (0)