Skip to content

Commit 16cd5fa

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#303)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 2652ea5 commit 16cd5fa

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@v4
151+
uses: actions/upload-artifact@v5
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@v4
157+
uses: actions/upload-artifact@v5
158158
with:
159159
name: ${{ matrix.backend }}_gateway-conformance.json
160160
path: output.json

0 commit comments

Comments
 (0)