Skip to content

Commit 323174e

Browse files
Merge pull request #74 from Relaticle/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 4 to 7
2 parents 41e748c + c23571e commit 323174e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ jobs:
9898
uses: actions/configure-pages@v5
9999

100100
- name: Download v3 artifact
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v7
102102
with:
103103
name: docs-v3
104104
path: ./combined
105105

106106
- name: Download v2 artifact
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v7
108108
with:
109109
name: docs-v2
110110
path: ./combined/v2

0 commit comments

Comments
 (0)