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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent ae40067 commit 3ae74e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: wheelhouse
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: abieos-macos
path: external/abieos/build
Expand Down Expand Up @@ -129,19 +129,19 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.x'
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: wheels
path: wheelhouse
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: dist-macos-3.6
path: dist
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: dist-macos-3.7
path: dist
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v4.1.7
with:
name: dist-macos-3.8
path: dist
Expand Down

0 comments on commit 3ae74e2

Please sign in to comment.