diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-10 19:09:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-10 19:09:15 +0000 |
| commit | 29d11f6ecb529ca091f6538ea3dc6c9a0fd6d4c3 (patch) | |
| tree | cc3a12fcc507b0c1723a68afc82373fbb346394d /.github/workflows/openapi-pull-request.yml | |
| parent | eacdc83fda01b712d2f9821e6624449304395486 (diff) | |
Update actions/upload-artifact action to v7.0.1
Diffstat (limited to '.github/workflows/openapi-pull-request.yml')
| -rw-r--r-- | .github/workflows/openapi-pull-request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi-pull-request.yml b/.github/workflows/openapi-pull-request.yml index 563a0a406f..4acd0f4d4f 100644 --- a/.github/workflows/openapi-pull-request.yml +++ b/.github/workflows/openapi-pull-request.yml @@ -74,7 +74,7 @@ jobs: docker run -v /tmp/openapi-report:/data openapitools/openapi-diff:2.1.6 /data/base.json /data/head.json --state -l ERROR --markdown /data/openapi-report.md - name: Upload Artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: openapi-report path: /tmp/openapi-report/openapi-report.md |
