Skip to content

Commit 46e7ccb

Browse files
use v4 upload action
1 parent b76e62e commit 46e7ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
- name: Build package
7676
run: python -m build --wheel --sdist .
7777

78-
- uses: actions/upload-artifact@v2
78+
- uses: actions/upload-artifact@v4
7979
with:
8080
name: openpulse-python-wheel
8181
path: ./source/openpulse/dist/*.whl
8282
if-no-files-found: error
8383

84-
- uses: actions/upload-artifact@v2
84+
- uses: actions/upload-artifact@v4
8585
with:
8686
name: openpulse-python-sdist
8787
path: ./source/openpulse/dist/*.tar.gz

0 commit comments

Comments
 (0)