Skip to content

Commit e75aee5

Browse files
Merge pull request #47 from GuntherRademacher/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d84c4aa + d0cd956 commit e75aee5

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
@@ -39,14 +39,14 @@ jobs:
3939

4040
- name: Upload test results
4141
if: always()
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: test-results
4545
path: markup-blitz/build/test-results/test
4646

4747
- name: Upload JUnit HTML report
4848
if: always()
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: test-report
5252
path: markup-blitz/build/reports/tests/test

0 commit comments

Comments
 (0)