Skip to content

Commit e9dd2a3

Browse files
authored
Merge pull request #251 from stylescape/dependabot/github_actions/dev/actions/download-artifact-7
dependabot-github-actions(deps): bump actions/download-artifact from 6 to 7
2 parents f40aaef + f9d2f43 commit e9dd2a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)