Skip to content

Commit 4018fe5

Browse files
authored
Migrated github actions to v4 (#5)
1 parent 4957d9a commit 4018fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-installation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
poetry build
1818
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
1919
- name: Upload robusta package artifact
20-
uses: actions/upload-artifact@v2
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: robusta-pkg
2323
path: dist/robusta_cli-0.0.0-py3-none-any.whl
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: Download robusta-pkg
42-
uses: actions/download-artifact@v2
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: robusta-pkg
4545
- name: Install and test robusta cli

0 commit comments

Comments
 (0)