Skip to content

Commit 197f696

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#56)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a61c12 commit 197f696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
tool: just
6161
- run: just bootstrap
6262
- name: Download bot.js
63-
uses: actions/download-artifact@v5
63+
uses: actions/download-artifact@v6
6464
with:
6565
name: bot.js
6666
path: docs/asset
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- name: Checkout to help cloudflare/pages-action determine the commit
103103
uses: actions/checkout@v5
104-
- uses: actions/download-artifact@v5
104+
- uses: actions/download-artifact@v6
105105
with:
106106
name: site
107107
path: site/

0 commit comments

Comments
 (0)