Skip to content

Commit f1b2d16

Browse files
Upgraded download-artifact action
1 parent 5182c62 commit f1b2d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
needs: build
263263
steps:
264264
- name: Download PowerShell Module
265-
uses: actions/download-artifact@v4
265+
uses: actions/download-artifact@v5
266266
with:
267267
artifact-ids: ${{ needs.build.outputs.powershell-artifact-id }}
268268
path: Module
@@ -284,7 +284,7 @@ jobs:
284284
uses: actions/checkout@v4
285285

286286
- name: Download PowerShell Module
287-
uses: actions/download-artifact@v4
287+
uses: actions/download-artifact@v5
288288
with:
289289
artifact-ids: ${{ needs.build.outputs.powershell-artifact-id }}
290290
path: GitHub/Module

0 commit comments

Comments
 (0)