Skip to content

Commit

Permalink
NXPY-256: Upgrade from node 16 to node 20 (#307)
Browse files Browse the repository at this point in the history
(Fixed download artifact attribute from name to pattern)
  • Loading branch information
swetayadav1 authored Apr 18, 2024
1 parent af5e3ba commit 7c1bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: python-package-distributions*
pattern: python-package-distributions-*
path: dist/
merge-multiple: true
- run: ls -l dist
Expand Down

0 comments on commit 7c1bc43

Please sign in to comment.