Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e872be

Browse files
dependabot[bot]mgermerie
authored andcommitted
chore(deps): bump actions/download-artifact 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]>
1 parent afcb250 commit 8e872be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Prepare archive for deploying
5252
- name: Archive production artifacts
5353
if: ${{ success() }}
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: dist-itowns
5757
path: |
@@ -127,7 +127,7 @@ jobs:
127127

128128
# Download artifact from build
129129
- name: Download itowns bundle
130-
uses: actions/download-artifact@v3
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: dist-itowns
133133

@@ -202,7 +202,7 @@ jobs:
202202

203203
# Download artifact from build
204204
- name: Download itowns bundle
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4
206206
with:
207207
name: dist-itowns
208208

@@ -288,7 +288,7 @@ jobs:
288288
289289
# Download artifact from build
290290
- name: Download itowns bundle
291-
uses: actions/download-artifact@v3
291+
uses: actions/download-artifact@v4
292292
with:
293293
name: dist-itowns
294294

0 commit comments

Comments
 (0)