Skip to content

Commit 85ca089

Browse files
fix/up upload-artifact version
1 parent 71aa275 commit 85ca089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
shell: bash
4747
# - run: python3 -c "import Funz; Funz.stopCalculators(calcs)" >> Calcs.out
4848
# shell: bash
49-
- uses: actions/upload-artifact@v2
49+
- uses: actions/upload-artifact@v4
5050
if: ${{ always() }}
5151
with:
52+
name: artifact-${{ matrix.os }}
5253
path: ./${{matrix.os}}-*

0 commit comments

Comments
 (0)