Skip to content

Commit c7c7396

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

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)