We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bef8785 + 25d16d1 commit b0dc374Copy full SHA for b0dc374
.github/workflows/docs-upstream.yml
@@ -28,14 +28,14 @@ jobs:
28
uses: actions/checkout@v4
29
-
30
name: Upload reference YAML docs
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: docs-yaml
34
path: docs/reference
35
retention-days: 1
36
37
validate:
38
- uses: docker/docs/.github/workflows/validate-upstream.yml@main
+ uses: docker/docs/.github/workflows/validate-upstream.yml@919a9b9104a34a40b30d116529bcce589a544d1c # pin for artifact v4 support: https://github.com/docker/docs/pull/19220
39
needs:
40
- docs-yaml
41
0 commit comments