Skip to content

Commit ba1baea

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
type=sha,prefix=${{ steps.prep.outputs.branch_name }}-,suffix=-${{ steps.prep.outputs.ts }}
106106
type=ref,event=branch
107107
type=ref,event=tag
108-
- uses: actions/download-artifact@v4
108+
- uses: actions/download-artifact@v7
109109
with:
110110
name: interbtc
111111
path: target/release/
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
fetch-depth: 0
133133

134-
- uses: actions/download-artifact@v4
134+
- uses: actions/download-artifact@v7
135135
with:
136136
path: artifacts
137137

0 commit comments

Comments
 (0)