Skip to content

Commit 36b4c97

Browse files
AlexisErazoGlobantAlexis Erazo
andauthored
DYN-8349: Dynamo to Azure and actions/upload-artifact v4 update. (#17)
Co-authored-by: Alexis Erazo <alexis.erazo@autodesk.com>
1 parent e7db0e9 commit 36b4c97

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
@@ -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

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 1.4.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)