Skip to content

Commit

Permalink
fix(deps): bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MatteoH2O1999 committed Dec 15, 2023
1 parent f252399 commit 599bca8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
os: [macos-12, windows-2022, ubuntu-22.04]
steps:
- name: Download built action
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built-action
- name: Test action with Python ${{ inputs.python-version }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
os: [macos-12, windows-2022, ubuntu-22.04]
steps:
- name: Download built action
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built-action
- name: Test action with Python ${{ inputs.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }}
steps:
- name: Download built action
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built-action
- name: Test action with Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 599bca8

Please sign in to comment.