We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4957d9a commit 4018fe5Copy full SHA for 4018fe5
.github/workflows/test-installation.yaml
@@ -17,7 +17,7 @@ jobs:
17
poetry build
18
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
19
- name: Upload robusta package artifact
20
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
21
with:
22
name: robusta-pkg
23
path: dist/robusta_cli-0.0.0-py3-none-any.whl
@@ -39,7 +39,7 @@ jobs:
39
40
python-version: ${{ matrix.python-version }}
41
- name: Download robusta-pkg
42
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
43
44
45
- name: Install and test robusta cli
0 commit comments