Skip to content

Commit 592d148

Browse files
Merge pull request #313 from downarowiczd/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents b23d475 + b0212f9 commit 592d148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v4
4949

50-
- uses: actions/download-artifact@v4
50+
- uses: actions/download-artifact@v5
5151
with:
5252
name: build
5353
path: _site

0 commit comments

Comments
 (0)