Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #238

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Checkout Slycot
uses: actions/checkout@v3
- name: Download wheels (if any)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: slycot-wheels
path: slycot-wheels
Expand All @@ -210,7 +210,7 @@ jobs:
- name: Checkout Slycot
uses: actions/checkout@v3
- name: Download conda packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: slycot-conda-pkgs
path: slycot-conda-pkgs
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
exit 1 ;;
esac
- name: Download wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: slycot-wheels
path: slycot-wheels
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
channel-priority: strict
auto-activate-base: false
- name: Download conda packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: slycot-conda-pkgs
path: slycot-conda-pkgs
Expand Down
Loading