Skip to content

Commit

Permalink
Migrated github actions to v4 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood authored Sep 26, 2024
1 parent 4957d9a commit 4018fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
poetry build
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
- name: Upload robusta package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: robusta-pkg
path: dist/robusta_cli-0.0.0-py3-none-any.whl
Expand All @@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Download robusta-pkg
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: robusta-pkg
- name: Install and test robusta cli
Expand Down

0 comments on commit 4018fe5

Please sign in to comment.