Skip to content

Commit ad100d8

Browse files
authored
Merge pull request #243 from bric3/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 5627a9b + dd51bef commit ad100d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# ls build
7878

7979
- name: Upload Test Report
80-
uses: actions/upload-artifact@v5
80+
uses: actions/upload-artifact@v6
8181
if: always() # always run even if the previous step fails
8282
with:
8383
name: junit-test-results-${{ matrix.tag }}
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download Test Report
104-
uses: actions/download-artifact@v6
104+
uses: actions/download-artifact@v7
105105
with:
106106
name: junit-test-results-${{ matrix.tag }}
107107
- name: Publish Test Report

0 commit comments

Comments
 (0)