Skip to content

Commit 0ad1dcd

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3c0122 commit 0ad1dcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Download assets
8686
id: download
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v5
8888
with:
8989
name: build-${{ env.APP_ENV }}
9090
path: public

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Download assets
9494
id: download
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
name: build-${{ needs.build.outputs.target-env }}
9898
path: public
@@ -178,7 +178,7 @@ jobs:
178178
179179
- name: Download assets
180180
id: download
181-
uses: actions/download-artifact@v4
181+
uses: actions/download-artifact@v5
182182
with:
183183
name: build-${{ needs.build.outputs.target-env }}
184184
path: public

0 commit comments

Comments
 (0)