@@ -100,7 +100,7 @@ jobs:
100
100
targetplatform : [x86, x64]
101
101
steps :
102
102
- name : Download distribution binaries
103
- uses : actions/download-artifact@v3
103
+ uses : actions/download-artifact@v4.1.7
104
104
with :
105
105
name : dist-${{ matrix.targetplatform }}
106
106
- name : Download certificate and private key
@@ -162,25 +162,25 @@ jobs:
162
162
163
163
steps :
164
164
- name : Download 64Bit Installer
165
- uses : actions/download-artifact@v3
165
+ uses : actions/download-artifact@v4.1.7
166
166
with :
167
167
name : PyAfipWs-Installer-x64
168
168
path : PyAfipWs-Installer-x64.exe
169
169
- name : Download 32bit Installer
170
- uses : actions/download-artifact@v3
170
+ uses : actions/download-artifact@v4.1.7
171
171
with :
172
172
name : PyAfipWs-Installer-x86
173
173
path : PyAfipWs-Installer-x86.exe
174
174
- name : Download distribution binaries
175
- uses : actions/download-artifact@v3
175
+ uses : actions/download-artifact@v4.1.7
176
176
with :
177
177
name : dist-x86
178
178
path : dist-32
179
179
- name : Create ZIP archive
180
180
run : |
181
181
zip dist-32.zip -r dist-32
182
182
- name : Download distribution binaries
183
- uses : actions/download-artifact@v3
183
+ uses : actions/download-artifact@v4.1.7
184
184
with :
185
185
name : dist-x64
186
186
path : dist-64
0 commit comments