Skip to content

Commit a055079

Browse files
authored
Merge pull request #341 from openapi-processor/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents d1a4fb3 + 0d32a9d commit a055079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
./gradlew javaToolchains check --warning-mode all --stacktrace
7474
7575
- name: archive test results
76-
uses: actions/upload-artifact@v5
76+
uses: actions/upload-artifact@v6
7777
if: always()
7878
with:
7979
name: test-results-${{ matrix.os }}

0 commit comments

Comments
 (0)