Skip to content

Commit 64e0c61

Browse files
dependabot-github-actions(deps): bump actions/download-artifact (#103)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e32214 commit 64e0c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
-
9191
name: Download build.zip
92-
uses: actions/download-artifact@v6
92+
uses: actions/download-artifact@v7
9393
with:
9494
name: build.zip
9595

@@ -142,7 +142,7 @@ jobs:
142142

143143
-
144144
name: Download build.zip
145-
uses: actions/download-artifact@v6
145+
uses: actions/download-artifact@v7
146146
with:
147147
name: build.zip
148148

@@ -189,7 +189,7 @@ jobs:
189189

190190
# -
191191
# name: Download build.zip
192-
# uses: actions/download-artifact@v6
192+
# uses: actions/download-artifact@v7
193193
# with:
194194
# name: build.zip
195195

0 commit comments

Comments
 (0)