We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70eae7a + cca2514 commit 1cf1329Copy full SHA for 1cf1329
.github/workflows/deploy_tool_nupkg.yml
@@ -39,7 +39,7 @@ jobs:
39
Rename-Item -Path "$($fileName).zip" -NewName $fileName
40
shell: pwsh
41
- name: Upload package
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: nuget-tool-package
45
path: Core/Cosmos.DataTransfer.Core/bin/Release/*.nupkg
.github/workflows/dotnet-build-test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet test --no-build --verbosity normal
26
27
- name: Debug Build Artifact
28
29
30
name: debug-build
31
path: /home/runner/work/data-migration-desktop-tool/data-migration-desktop-tool/Core/Cosmos.DataTransfer.Core/bin/Debug/net6.0 #path/to/artifact/ # or path/to/artifact
0 commit comments