Skip to content

Commit d69c6f8

Browse files
authored
chore(deps): update actions/upload-artifact action to v5 (#197)
2 parents 1f61520 + d6a8097 commit d69c6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
check_name: "Test Results"
3737
comment_title: "Unit Test Results"
3838
- name: Upload Test Report
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
if: always() && matrix.os == 'ubuntu-latest'
4141
with:
4242
name: test-report
4343
path: build/reports/tests/test/
4444
- name: Upload Coverage Reports
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
if: always() && matrix.os == 'ubuntu-latest'
4747
with:
4848
name: coverage-report
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build
6969
run: ./gradlew clean build test
7070
- name: Upload JAR for PR
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: pr-jar
7474
path: build/libs/*.jar

0 commit comments

Comments
 (0)