Skip to content

Commit 36cf257

Browse files
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 69929e4 commit 36cf257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

4747
steps:
4848
# Step 1: Download the built package artifact
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v7
5050
with:
5151
name: dist # Name of the artifact
5252
path: dist # Path to download the artifact to

0 commit comments

Comments
 (0)