Skip to content

Commit d584974

Browse files
authored
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#445)
2 parents 70e3ebe + 664c86b commit d584974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

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

6363
steps:
6464
- name: Download artifact
65-
uses: actions/download-artifact@v5.0.0
65+
uses: actions/download-artifact@v6.0.0
6666
with:
6767
name: build-artifact
6868
path: website/build
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Download artifact
85-
uses: actions/download-artifact@v5.0.0
85+
uses: actions/download-artifact@v6.0.0
8686
with:
8787
name: build-artifact
8888
path: website/build

0 commit comments

Comments
 (0)