Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 2bc43bc commit 34ed53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ jobs:
- SelfTestPython
steps:
- name: Download artifact pass_status_ubuntu-latest
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pass_status_ubuntu-latest

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

0 comments on commit 34ed53d

Please sign in to comment.