| commit | 8fba3b97e7668563854449ca07bd0751a5e7b9e7 | [log] [tgz] |
|---|---|---|
| author | Jarek Potiuk <jarek@potiuk.com> | Tue Nov 26 01:28:18 2024 +0100 |
| committer | Jarek Potiuk <jarek@potiuk.com> | Tue Nov 26 01:28:18 2024 +0100 |
| tree | 566a2eb7f3c2e5ed46d10e7df63e61f7f5068e94 | |
| parent | f1081e0288a8f0c76fa946059624445638949f00 [diff] |
Upgrade artifacts actions to v4
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a6430c..7d2fcd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ - name: Build packages run: hatch build -c -t sdist -t wheel - name: "Upload packages" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: packages path: ./dist/apache_airflow_client-*