Skip to content

Commit

Permalink
Merge pull request #736 from akaihola/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
akaihola authored Sep 24, 2024
2 parents c18dfb3 + b2f561c commit 9d8df87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build wheel distribution
run: python setup.py bdist_wheel
- name: Upload wheel for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Download wheel uploaded by the build-wheel job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Run tests in nix-shell
run: |
nix-shell \
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download wheel uploaded by the build-wheel job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Install Darker and its dependencies from the wheel built earlier
run: pip install "${{needs.build-wheel.outputs.wheel-path}}[test]"
${{ matrix.upgrade }} ${{ matrix.constraints }}
Expand All @@ -150,7 +150,7 @@ jobs:
- name: Install twine
run: python -m pip install twine
- name: Download wheel uploaded by the build-wheel job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
- name: Build source distribution
run: python setup.py sdist
- name: Validate distributions
Expand Down

0 comments on commit 9d8df87

Please sign in to comment.