Skip to content

Commit

Permalink
Update actions/download-artifact action to v3 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: David J Pugh <[email protected]>
  • Loading branch information
3 people authored Apr 17, 2022
1 parent 90751a0 commit a0ebbc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
with:
python-version: ${{ matrix.py }}
- name: Download build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
path: dist
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Set up Python ${{ matrix.py }}
uses: actions/setup-python@v3
- name: Download build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: build
path: dist
Expand All @@ -280,7 +280,7 @@ jobs:
- publish-package
steps:
- name: Download docs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: docs
path: ./docs/html
Expand Down

0 comments on commit a0ebbc8

Please sign in to comment.