Skip to content

Commit 2c40dcb

Browse files
authored
Merge pull request #322 from openapi-processor/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 67d8bba + 9bb77df commit 2c40dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
76+
uses: actions/upload-artifact@v5
7777
if: always()
7878
with:
7979
name: test-results-${{ matrix.os }}

0 commit comments

Comments
 (0)