Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Sep 26, 2024
1 parent 9a251ec commit 3a7197c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
mv self-test-gpu.gvmi ${{ env.self-test-img_gvmi }}
./debian/build-deb.sh ${{ github.ref }} ${{ env.self-test-img_gvmi }} ya-runtime-vm-${{ env.os_name }}-${{ env.runtime-vm_version }}/ya-runtime-vm
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: deb
path: |
Expand All @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: deb
path: dist/
Expand Down

0 comments on commit 3a7197c

Please sign in to comment.