Skip to content

Commit 1e97683

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 401c3ce commit 1e97683

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)