Skip to content

Commit bf8aebb

Browse files
chore(deps): update github artifact actions
1 parent 2898e78 commit bf8aebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
yarn install --frozen-lockfile
2626
yarn docs
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
with:
2929
name: page
3030
path: docs
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download ⚙️
44-
uses: actions/download-artifact@v5
44+
uses: actions/download-artifact@v6
4545
with:
4646
name: page
4747
path: .

0 commit comments

Comments
 (0)