Skip to content

Commit eb24410

Browse files
authored
Merge pull request #1076 from filecoin-project/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 9f004a4 + 1e97683 commit eb24410

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
@@ -69,7 +69,7 @@ jobs:
6969
#
7070
- name: Artifacts
7171
id: upload-artifact-build
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v3
7373
with:
7474
name: artifact-fe
7575
path: |
@@ -161,7 +161,7 @@ jobs:
161161
# Upload cypress video to artifact
162162
#
163163
- name: Artifacts
164-
uses: actions/upload-artifact@v2
164+
uses: actions/upload-artifact@v3
165165
id: upload-artifact-cypress
166166
with:
167167
name: artifact-fe

0 commit comments

Comments
 (0)