Skip to content

Commit 1cf1329

Browse files
committed
Merge branch 'main' into fix-csv-culture
2 parents 70eae7a + cca2514 commit 1cf1329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_tool_nupkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
Rename-Item -Path "$($fileName).zip" -NewName $fileName
4040
shell: pwsh
4141
- name: Upload package
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: nuget-tool-package
4545
path: Core/Cosmos.DataTransfer.Core/bin/Release/*.nupkg

.github/workflows/dotnet-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet test --no-build --verbosity normal
2626

2727
- name: Debug Build Artifact
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: debug-build
3131
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

Comments
 (0)