Skip to content

Commit

Permalink
CI: upgrade upload-artifact, download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston authored and bnavigator committed Sep 4, 2024
1 parent f0a2a56 commit a1418cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
mkdir -p ${wheeldir}
cp ./slycot*.whl ${wheeldir}/
- name: Save wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: slycot-wheels
path: slycot-wheels
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
done
python -m conda_index ./slycot-conda-pkgs
- name: Save to local conda pkg channel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: slycot-conda-pkgs
path: slycot-conda-pkgs
Expand All @@ -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
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
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
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
with:
name: slycot-conda-pkgs
path: slycot-conda-pkgs
Expand Down

0 comments on commit a1418cf

Please sign in to comment.