Skip to content

Commit b0dc374

Browse files
authored
Merge pull request #11415 from dvdksn/bump-artifact-upload-v4
build(deps): bump actions/upload-artifact from v3 to v4
2 parents bef8785 + 25d16d1 commit b0dc374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-upstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/checkout@v4
2929
-
3030
name: Upload reference YAML docs
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: docs-yaml
3434
path: docs/reference
3535
retention-days: 1
3636

3737
validate:
38-
uses: docker/docs/.github/workflows/validate-upstream.yml@main
38+
uses: docker/docs/.github/workflows/validate-upstream.yml@919a9b9104a34a40b30d116529bcce589a544d1c # pin for artifact v4 support: https://github.com/docker/docs/pull/19220
3939
needs:
4040
- docs-yaml
4141
with:

0 commit comments

Comments
 (0)