We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5182c62 commit f1b2d16Copy full SHA for f1b2d16
.github/workflows/release.yml
@@ -262,7 +262,7 @@ jobs:
262
needs: build
263
steps:
264
- name: Download PowerShell Module
265
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
266
with:
267
artifact-ids: ${{ needs.build.outputs.powershell-artifact-id }}
268
path: Module
@@ -284,7 +284,7 @@ jobs:
284
uses: actions/checkout@v4
285
286
287
288
289
290
path: GitHub/Module
0 commit comments