Skip to content

Commit 9c200da

Browse files
Robert JacksonRobert Jackson
authored andcommitted
FIX: Upgrade PySP2 artifacts in GitHub Actions.
1 parent d24032f commit 9c200da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-python@v4
1616
name: Install Python
1717
with:
18-
python-version: 3.11
18+
python-version: 3.14
1919

2020
- name: Install dependencies
2121
run: |
@@ -36,7 +36,7 @@ jobs:
3636
else
3737
echo "✅ Looks good"
3838
fi
39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: releases
4242
path: dist
@@ -49,7 +49,7 @@ jobs:
4949
name: Install Python
5050
with:
5151
python-version: "3.x"
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4
5353
with:
5454
name: releases
5555
path: dist
@@ -62,7 +62,7 @@ jobs:
6262
if: github.event_name == 'release'
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v3
65+
- uses: actions/download-artifact@v4
6666
with:
6767
name: releases
6868
path: dist

0 commit comments

Comments
 (0)