Skip to content

Commit 25d16d1

Browse files
committed
build(deps): bump actions/upload-artifact from v3 to v4
Signed-off-by: David Karlsson <[email protected]>
1 parent bef8785 commit 25d16d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-upstream.yml

Lines changed: 2 additions & 2 deletions
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)