Skip to content

Commit 7c4f031

Browse files
dependabot[bot]catanzaromj
authored andcommitted
ci: Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Update dependabot.yml Include "ci" prefix in dependabot commits
1 parent e342d6b commit 7c4f031

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ updates:
77
schedule:
88
# Check for updates to GitHub Actions every week
99
interval: "weekly"
10+
commit-message:
11+
prefix: "ci"

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id-token: write
4545
if: github.event_name == 'release' && github.event.action == 'published'
4646
steps:
47-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@v6
4848
with:
4949
name: Packages
5050
path: dist

0 commit comments

Comments
 (0)