Skip to content

Commit

Permalink
Updated github actions 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaraujo committed Dec 21, 2024
1 parent 0a654fd commit 9e3cea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
fi
- name: Save Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ENigMA_${{github.run_number}}_${{github.run_id}}
name: ENigMA
path: |
${{runner.workspace}}/ENigMA/release/ENigMApy/dist/*.whl
${{runner.workspace}}/ENigMA/release/ENigMAcs/dist/*.zip
Expand Down

0 comments on commit 9e3cea9

Please sign in to comment.