Skip to content

Commit 34ed53d

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bc43bc commit 34ed53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/self-test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ jobs:
164164
- SelfTestPython
165165
steps:
166166
- name: Download artifact pass_status_ubuntu-latest
167-
uses: actions/download-artifact@v1
167+
uses: actions/download-artifact@v4.1.7
168168
with:
169169
name: pass_status_ubuntu-latest
170170

171171
- name: Download artifact pass_status_windows-latest
172-
uses: actions/download-artifact@v1
172+
uses: actions/download-artifact@v4.1.7
173173
with:
174174
name: pass_status_windows-latest
175175
- name: Set the statuses of the windows and ${{ matrix.os }} job as output parameters

0 commit comments

Comments
 (0)