Skip to content

Commit c862744

Browse files
authored
Merge pull request #118 from reingart/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents a18f74d + 37c6e2d commit c862744

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows-installer.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
targetplatform: [x86, x64]
101101
steps:
102102
- name: Download distribution binaries
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4.1.7
104104
with:
105105
name: dist-${{ matrix.targetplatform }}
106106
- name: Download certificate and private key
@@ -162,25 +162,25 @@ jobs:
162162

163163
steps:
164164
- name: Download 64Bit Installer
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4.1.7
166166
with:
167167
name: PyAfipWs-Installer-x64
168168
path: PyAfipWs-Installer-x64.exe
169169
- name: Download 32bit Installer
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4.1.7
171171
with:
172172
name: PyAfipWs-Installer-x86
173173
path: PyAfipWs-Installer-x86.exe
174174
- name: Download distribution binaries
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4.1.7
176176
with:
177177
name: dist-x86
178178
path: dist-32
179179
- name: Create ZIP archive
180180
run: |
181181
zip dist-32.zip -r dist-32
182182
- name: Download distribution binaries
183-
uses: actions/download-artifact@v3
183+
uses: actions/download-artifact@v4.1.7
184184
with:
185185
name: dist-x64
186186
path: dist-64

0 commit comments

Comments
 (0)