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 @@ -32,13 +32,13 @@ jobs:
32
32
run : |
33
33
dotnet test ${{ github.workspace }}\DSIronPython -p:Configuration=Release --filter "TestCategory!=Failure" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DSIronPython\TestResults
34
34
- name : Upload build artifact
35
- uses : actions/upload-artifact@v3.1.3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : DSIronPython
38
38
path : ${{ github.workspace }}\DSIronPython\package_output
39
39
retention-days : 7
40
40
- name : Upload test artifact
41
- uses : actions/upload-artifact@v3.1.3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : TestResults
44
44
path : ${{ github.workspace }}\DSIronPython\TestResults
Original file line number Diff line number Diff line change 1
1
version : 3.1.0
2
2
env :
3
- - JENKINS_NODE_WIN : " DynamoWinBuild "
3
+ - JENKINS_NODE_WIN : " CDA-VS22-SVC "
4
4
- SLACK_QUANTUM_BUILD_CHANNEL : " #dynamo-jenkinsbuild"
5
5
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : " slack-notify-token"
6
6
- MAIL_QUANTUM_BUILD_RECIPIENT : " dynamo.dev@autodesk.com"
You can’t perform that action at this time.
0 commit comments