Skip to content

Commit bf126af

Browse files
Bump actions/download-artifact from 4 to 5 (#59)
1 parent f3a9663 commit bf126af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# Fetch the built HTML from the build job
6565
- name: Download HTML artifact
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v5
6767
with:
6868
name: html-${{ github.sha }}
6969
path: _build/html

0 commit comments

Comments
 (0)