Skip to content

Commit ffd8864

Browse files
authored
Merge pull request #49 from openapi-processor/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 09d5c52 + 5042625 commit ffd8864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
./gradlew javaToolchains check --warning-mode all --stacktrace
4343
4444
- name: archive test results
45-
uses: actions/upload-artifact@v6
45+
uses: actions/upload-artifact@v7
4646
if: always()
4747
with:
4848
name: test-results-${{ matrix.os }}
@@ -81,7 +81,7 @@ jobs:
8181
./gradlew publishToMavenCentral --stacktrace
8282
8383
- name: archive test results
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@v7
8585
if: always()
8686
with:
8787
name: publish results

0 commit comments

Comments
 (0)