Skip to content

Commit cd5278e

Browse files
authored
Merge pull request #229 from stylescape/dependabot/github_actions/dev/actions/download-artifact-6
dependabot-github-actions(deps): bump actions/download-artifact from 5 to 6
2 parents e8ca9e2 + 8ff7020 commit cd5278e

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@v5
92+
uses: actions/download-artifact@v6
9393
with:
9494
name: build.zip
9595

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

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

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

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

0 commit comments

Comments
 (0)