aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/openapi-pull-request.yml
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-04-20 08:16:45 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-04-20 08:16:45 +0200
commitb717754ed87200a95e62dfb209b41e9556a8fc49 (patch)
tree57f19c5d51bc5ec02112666cbbb314c2d1ea763b /.github/workflows/openapi-pull-request.yml
parent60e01e1f22fa6fc3505469abd96d85d64b05fac1 (diff)
parent96269ff177f6851041f15d7df365587f1f4a9ce8 (diff)
Merge remote-tracking branch 'upstream/master' into epg-fixes
Diffstat (limited to '.github/workflows/openapi-pull-request.yml')
-rw-r--r--.github/workflows/openapi-pull-request.yml2
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