From 21a2125c8d35bda43a48e79093763b570127f4b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:21:48 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.1 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef8d919b7..bb53d2595 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: dotnet nuke Pack --skip - name: 🏺 Publish coverage data if: always() - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: 'coverage' path: 'coverage/' @@ -140,19 +140,19 @@ jobs: name: 'actions-${{ matrix.os }}' - name: 🏺 Publish logs if: always() - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: 'logs' path: 'artifacts/logs/' - name: 🏺 Publish test data if: always() - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: 'test data' path: 'artifacts/test/' - name: 🏺 Publish NuGet Packages if: always() - uses: actions/upload-artifact@v4.3.0 + uses: actions/upload-artifact@v4.3.1 with: name: 'nuget' path: 'artifacts/nuget/'