Skip to content

Commit e13a23c

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#340)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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>
1 parent d57c31b commit e13a23c

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
@@ -183,13 +183,13 @@ jobs:
183183
run: cat output.md >> $GITHUB_STEP_SUMMARY
184184
- name: Upload HTML report
185185
if: failure() || success()
186-
uses: actions/upload-artifact@v6
186+
uses: actions/upload-artifact@v7
187187
with:
188188
name: ${{ matrix.backend }}_gateway-conformance.html
189189
path: output.html
190190
- name: Upload JSON report
191191
if: failure() || success()
192-
uses: actions/upload-artifact@v6
192+
uses: actions/upload-artifact@v7
193193
with:
194194
name: ${{ matrix.backend }}_gateway-conformance.json
195195
path: output.json

0 commit comments

Comments
 (0)