File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 run : |
3737 dotnet test ${{ github.workspace }}\DSIronPython3 -p:Configuration=Release --filter "TestCategory!=Failure" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DSIronPython3\TestResults
3838 - name : Upload build artifact
39- uses : actions/upload-artifact@v3.1.3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : DSIronPython3
4242 path : ${{ github.workspace }}\DSIronPython3\package_output
4343 retention-days : 7
4444 - name : Upload test artifact
45- uses : actions/upload-artifact@v3.1.3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : TestResults
4848 path : ${{ github.workspace }}\DSIronPython3\TestResults
Original file line number Diff line number Diff line change 11version : 1.4.0
22env :
3- - JENKINS_NODE_WIN : " DynamoWinBuild "
3+ - JENKINS_NODE_WIN : " CDA-VS22-SVC "
44 - SLACK_QUANTUM_BUILD_CHANNEL : " #dynamo-jenkinsbuild"
55 - SLACK_QUANTUM_BUILD_CREDENTIAL_ID : " slack-notify-token"
66 - MAIL_QUANTUM_BUILD_RECIPIENT : " dynamo.dev@autodesk.com"
You can’t perform that action at this time.
0 commit comments