diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 6867e64..bf1184c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -91,7 +91,7 @@ jobs: - name: Upload artifacts if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.id }}-artifacts path: ${{ github.workspace }}/.snapx/artifacts/${{ matrix.id }}/${{ matrix.rid }}/${{ env.BUILD_VERSION }}