Skip to content

Commit 278eae9

Browse files
Merge pull request #3713 from 1c-syntax/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 993aa7e + 382e4db commit 278eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
path: "**/test-results/test/**/*.xml"
5656
- name: Publish Test report
5757
if: failure()
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
6161
path: build/reports/tests/test

0 commit comments

Comments
 (0)