Skip to content

Commit a4a4fcb

Browse files
authored
upgraded download artifact to v4
1 parent 6cbd87f commit a4a4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v2
3333
- name: Download generated site
34-
uses: actions/download-artifact@v1
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: site
3737
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)