Skip to content

Commit

Permalink
CI: Use actions/upload-artifact@v3 (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored May 24, 2022
1 parent 3d0972f commit 53b36ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
scripts/buildSdist.sh
- name: "Upload artifact: sdist"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: sdist
path: python/sdist/dist
path: python/sdist/dist/amici-*.gz
2 changes: 1 addition & 1 deletion .github/workflows/test_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
AMICI_IMPORT_NPROCS=2 check_time.sh petab_import python tests/performance/test.py import
- name: "Upload artifact: CS_Signalling_ERBB_RAS_AKT_petab"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: CS_Signalling_ERBB_RAS_AKT
path: CS_Signalling_ERBB_RAS_AKT/CS_Signalling_ERBB_RAS_AKT_petab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sbml_semantic_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: AMICI_PARALLEL_COMPILE=2 ./scripts/run-SBMLTestsuite.sh ${{ matrix.cases }}

- name: "Upload artifact: SBML semantic test suite results"
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: amici-semantic-results
path: tests/amici-semantic-results
Expand Down

0 comments on commit 53b36ce

Please sign in to comment.