diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e3b7d0..8ece949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: dotnet test - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: NuGet path: .\artifacts @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v2 - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: NuGet path: artifacts