Skip to content

Commit 56d8149

Browse files
committed
Actually fix build
1 parent 6f2a713 commit 56d8149

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
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-22.04
5050
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
5151
steps:
52-
- uses: actions/download-artifact@v2
52+
- uses: actions/download-artifact@v4
5353
with:
5454
name: site
5555
path: _site

0 commit comments

Comments
 (0)