Skip to content

Commit 1d75ea9

Browse files
authored
Update deploy.yml
1 parent 7f5718e commit 1d75ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Add the step below to upload Algolia indexes
5252
- name: Upload algolia-indexes
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: algolia-indexes
5656
path: artifacts/${{ env.ALGOLIA_ARTIFACT }}
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Download artifact
86-
uses: actions/download-artifact@v4
86+
uses: actions/download-artifact@v3
8787
with:
8888
name: docs
8989

0 commit comments

Comments
 (0)