Skip to content

Commit a3a0245

Browse files
Bump actions/download-artifact from 3 to 4 (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d33577e commit a3a0245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4 # deploy needs git credentials
2222
- name: Download prepared docs
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: docs-html-${{ github.sha }}
2626
path: docs/build/html

0 commit comments

Comments
 (0)