diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7a06ab7..8f25def 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - name: Setup Reloaded Library SDKs & Components @@ -61,7 +61,7 @@ jobs: - name: Run Tests run: dotnet test -f ${{ matrix.targetFramework }} ./src/Reloaded.Memory.Tests/Reloaded.Memory.Tests.csproj --collect:"XPlat Code Coverage;" --results-directory "Coverage" - name: "Upload Coverage" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-${{ matrix.os }}-${{ matrix.targetFramework }} path: Coverage/*/coverage.cobertura.xml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Code" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' - name: "Setup Reloaded Library SDKs & Components" @@ -80,7 +80,7 @@ jobs: - name: "Install ReportGenerator" run: dotnet tool install --global dotnet-reportgenerator-globaltool - name: "Download Coverage Artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: "Merge Coverage Files" diff --git a/src/Reloaded.Project.Configurations b/src/Reloaded.Project.Configurations index ceb5f3b..3368a26 160000 --- a/src/Reloaded.Project.Configurations +++ b/src/Reloaded.Project.Configurations @@ -1 +1 @@ -Subproject commit ceb5f3b7dc175539272575dd607559dd010458b6 +Subproject commit 3368a2608e75c6b174f2e168c03f372eecce35f5