Skip to content

Commit

Permalink
Merge pull request #11415 from dvdksn/bump-artifact-upload-v4
Browse files Browse the repository at this point in the history
build(deps): bump actions/upload-artifact from v3 to v4
  • Loading branch information
glours authored Jan 26, 2024
2 parents bef8785 + 25d16d1 commit b0dc374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
uses: actions/checkout@v4
-
name: Upload reference YAML docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-yaml
path: docs/reference
retention-days: 1

validate:
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
needs:
- docs-yaml
with:
Expand Down

0 comments on commit b0dc374

Please sign in to comment.