Skip to content

Commit b4c6b46

Browse files
authored
Merge pull request #430 from openapi-processor/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents b26eae9 + 6355ec4 commit b4c6b46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 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
@@ -126,7 +126,7 @@ jobs:
126126
./gradlew check sonar
127127
128128
- name: archive sonar results
129-
uses: actions/upload-artifact@v6
129+
uses: actions/upload-artifact@v7
130130
if: always()
131131
with:
132132
name: sonar results

0 commit comments

Comments
 (0)