Skip to content

Commit d072ac2

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#315)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
1 parent c6d2e07 commit d072ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gateway-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ jobs:
148148
run: cat output.md >> $GITHUB_STEP_SUMMARY
149149
- name: Upload HTML report
150150
if: failure() || success()
151-
uses: actions/upload-artifact@v5
151+
uses: actions/upload-artifact@v6
152152
with:
153153
name: ${{ matrix.backend }}_gateway-conformance.html
154154
path: output.html
155155
- name: Upload JSON report
156156
if: failure() || success()
157-
uses: actions/upload-artifact@v5
157+
uses: actions/upload-artifact@v6
158158
with:
159159
name: ${{ matrix.backend }}_gateway-conformance.json
160160
path: output.json

0 commit comments

Comments
 (0)