Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (pydata#6469)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 79f9c7b commit 1803953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Install Python
with:
python-version: 3.8
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: releases
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.x"
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
path: /tmp/workspace/logs
- name: Move all log files into a single directory
Expand Down

0 comments on commit 1803953

Please sign in to comment.