Skip to content

Commit

Permalink
Merge pull request #135 from pytroll/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-3
  • Loading branch information
djhoese committed Aug 29, 2023
2 parents 3550c58 + ff45128 commit f8b7d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download sdist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: sdist
path: dist
- name: Download wheels artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit f8b7d24

Please sign in to comment.