Skip to content

Commit e33a968

Browse files
authoredSep 3, 2024··
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/webPreview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Download the build result from artifacts
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4.1.7
4040
with:
4141
name: web-build
4242
- name: Get the build result file content

‎.github/workflows/webProduction.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Download the build result from artifacts
40-
uses: actions/download-artifact@v3
40+
uses: actions/download-artifact@v4.1.7
4141
with:
4242
name: web-build
4343
- name: Get the build result file content

0 commit comments

Comments
 (0)
Please sign in to comment.