diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 936615ea..8347ced6 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -141,7 +141,7 @@ jobs: - name: Upload artifacts if: success() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.os }}-${{ matrix.rid }}-${{ matrix.configuration }} path: ${{ github.workspace }}/artifacts/**/* @@ -208,7 +208,7 @@ jobs: - name: Upload artifacts if: success() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.os }}-${{ matrix.rid }}-${{ matrix.configuration }} path: ${{ github.workspace }}/artifacts/**/*