We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4990e commit 39fbc7aCopy full SHA for 39fbc7a
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout Repository
31
uses: actions/checkout@v3
32
- name: Download module
33
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
34
with:
35
name: module
36
path: C:\Users\runneradmin\Documents\PowerShell\Modules\LockFile\
@@ -81,7 +81,7 @@ jobs:
81
runs-on: ubuntu-latest
82
steps:
83
84
85
86
name: module-signed
87
path: '~/.local/share/powershell/Modules/LockFile'
0 commit comments