Skip to content

Commit a42cdf7

Browse files
chore(deps): update actions/download-artifact action to v4 (#706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d2cf5d commit a42cdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Dependencies
6666
run: yarn --immutable
6767
- name: Download Documentation Artifacts
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: docs
7171
path: docs

0 commit comments

Comments
 (0)