Skip to content

Commit 1e64010

Browse files
AlexisErazoGlobantAlexis Erazo
andauthored
DYN-8349: Dynamo to Azure (#15)
* DYN-8349 try Dynamo to Azure * actions/upload-artifact v4 update. --------- Co-authored-by: Alexis Erazo <alexis.erazo@autodesk.com>
1 parent ea7ed05 commit 1e64010

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
run: |
3333
dotnet test ${{ github.workspace }}\DSIronPython -p:Configuration=Release --filter "TestCategory!=Failure" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DSIronPython\TestResults
3434
- name: Upload build artifact
35-
uses: actions/upload-artifact@v3.1.3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: DSIronPython
3838
path: ${{ github.workspace }}\DSIronPython\package_output
3939
retention-days: 7
4040
- name: Upload test artifact
41-
uses: actions/upload-artifact@v3.1.3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: TestResults
4444
path: ${{ github.workspace }}\DSIronPython\TestResults

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 3.1.0
22
env:
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"

0 commit comments

Comments
 (0)