Skip to content

Commit

Permalink
Merge pull request #45 from jhlegarreta/FixDownloadArtifactNodeJSWarning
Browse files Browse the repository at this point in the history
ENH: Fix Node.js warnings linked to artifact download GitHub actions
  • Loading branch information
tbirdso authored Jan 4, 2023
2 parents a1cf940 + 1dae48b commit ac62e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:

steps:
- name: Download Python Packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3

- name: Prepare packages for upload
run: |
Expand Down

0 comments on commit ac62e0e

Please sign in to comment.