Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 and spirali committed Sep 12, 2024
1 parent a52efe6 commit 382306d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: python3 scripts/extract_changelog.py DEV > generated-changelog.md

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7

- name: Prepare release name
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: python3 scripts/extract_changelog.py ${{ needs.set-env.outputs.tag }} > generated-changelog.md

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7

- name: Create release
uses: ncipollo/release-action@v1
Expand All @@ -87,7 +87,7 @@ jobs:
if: ${{ !fromJSON(needs.set-env.outputs.prerelease) }}
steps:
- name: Download archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
- name: Install twine
run: python -m pip install twine
- name: Upload wheel
Expand Down

0 comments on commit 382306d

Please sign in to comment.