Skip to content

Commit 0b1293e

Browse files
authored
Merge pull request #223 from openapi-processor/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 69f2905 + b1f95b1 commit 0b1293e

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
@@ -70,7 +70,7 @@ jobs:
7070
./gradlew check --warning-mode all
7171
7272
- name: archive test results
73-
uses: actions/upload-artifact@v6
73+
uses: actions/upload-artifact@v7
7474
if: always()
7575
with:
7676
name: test-results-${{ matrix.os }}
@@ -160,7 +160,7 @@ jobs:
160160
./gradlew -Dorg.gradle.jvmargs="-Xmx1024m -XX:MaxMetaspaceSize=400m" :openapi-parser:sonar --stacktrace -Dorg.gradle.configuration-cache.read-only=true
161161
162162
- name: archive test results
163-
uses: actions/upload-artifact@v6
163+
uses: actions/upload-artifact@v7
164164
if: always()
165165
with:
166166
name: test-results

0 commit comments

Comments
 (0)