Skip to content

Commit 9d74d87

Browse files
authored
Merge pull request #1078 from filecoin-project/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents b114b84 + c7c7396 commit 9d74d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-fe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
#
145145
# Download artifact for e2e testing
146146
#
147-
- uses: actions/download-artifact@v2
147+
- uses: actions/download-artifact@v3
148148
id: download-artifact
149149
with:
150150
name: artifact-fe
@@ -199,7 +199,7 @@ jobs:
199199
#
200200
# Download the artifact
201201
#
202-
- uses: actions/download-artifact@v2
202+
- uses: actions/download-artifact@v3
203203
with:
204204
name: artifact-fe
205205

0 commit comments

Comments
 (0)