Skip to content

Commit

Permalink
use v4 actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglvv committed Oct 22, 2024
1 parent a7c7de0 commit 184d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-magma-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
make magma-cuda${{ matrix.cuda_version }}
- name: Save as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: magma/output/linux-64/magma-cuda*.bz2
- name: Install conda
Expand Down

0 comments on commit 184d79c

Please sign in to comment.