Skip to content

Commit

Permalink
Update ci-extended.yml
Browse files Browse the repository at this point in the history
update upload_artifact to v4
  • Loading branch information
jdolence authored Feb 5, 2025
1 parent 9b045ae commit dea4c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
exit 1
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: log-and-convergence-${{ matrix.device }}-${{ matrix.parallel }}
path: |
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
cd build
ctest -L regression -L ${{ matrix.parallel }} -LE perf-reg --timeout 3600
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: log-and-convergence-${{ matrix.parallel }}
path: |
Expand Down

0 comments on commit dea4c60

Please sign in to comment.