8000 Upgrade artifacts actions to v4 (#122) · apache/airflow-client-python@27fa362 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27fa362

Browse files
authored
Upgrade artifacts actions to v4 (#122)
1 parent f1081e0 commit 27fa362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build packages
2929
run: hatch build -c -t sdist -t wheel
3030
- name: "Upload packages"
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: packages
3434
path: ./dist/apache_airflow_client-*

0 commit comments

Comments
 (0)
0