Skip to content

Commit 1d530c2

Browse files
committed
ci: Update artifact actions
1 parent b601e80 commit 1d530c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
/p:PackageVersion=${{ steps.gitversion.outputs.semVer }}
5555
--output ${{ env.NuGetDirectory }}
5656
57-
- uses: actions/upload-artifact@v3
57+
- uses: actions/upload-artifact@v4
5858
with:
5959
name: nuget
6060
if-no-files-found: error
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
needs: [ create_nuget, run_test ]
119119
steps:
120-
- uses: actions/download-artifact@v3
120+
- uses: actions/download-artifact@v4
121121
with:
122122
name: nuget
123123
path: ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)