Skip to content

Commit deed22f

Browse files
chore(deps): bump the dev-dependencies group (#628)
Bumps the dev-dependencies group in /templates/Coalesce.Vue.Template/content/.github/workflows with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Scott <[email protected]>
1 parent 8dfbb28 commit deed22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/Coalesce.Vue.Template/content/.github/workflows/build-test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload artifact for deployment
6969
if: github.event_name != 'pull_request'
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: web-app
7373
path: ${{ github.workspace }}/publish
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Download artifact for deployment
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
name: web-app
9191

0 commit comments

Comments
 (0)