Skip to content

Commit 5775447

Browse files
use v4 download action
1 parent 46e7ccb commit 5775447

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-ast.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
# The version checker uses 'importlib.metadata' which is Python 3.10+.
2626
python-version: '3.10'
2727

28-
- uses: actions/download-artifact@v3
28+
- uses: actions/download-artifact@v4
2929
with:
3030
name: openpulse-python-wheel
3131

32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4
3333
with:
3434
name: openpulse-python-sdist
3535

@@ -59,4 +59,4 @@ jobs:
5959
set -e
6060
source .venv/bin/activate
6161
python3 -mpip install -U twine
62-
twine upload openpulse-*.whl openpulse-*.tar.gz
62+
twine upload openpulse-*.whl openpulse-*.tar.gz

.github/workflows/tests-ast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4
3333
with:
3434
name: openpulse-python-wheel
3535
path: ./source/openpulse/

0 commit comments

Comments
 (0)