From fd721834c6e9897ab2869a0a505adf4a6ff8fb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:11:22 +0100 Subject: [PATCH] Bump actions/upload-artifact from 4.3.6 to 4.4.0 in the actions group (#230) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a445d81..df04fd3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,20 +97,20 @@ jobs: ./artifacts/packages/Release/Shipping/* - name: Publish logs - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ always() }} with: name: logs-${{ matrix.os_name }} path: ./artifacts/log/Release - name: Publish NuGet packages - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: packages-${{ matrix.os_name }} path: ./artifacts/packages/Release/Shipping - name: Publish test results - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: ${{ always() }} with: name: testresults-${{ matrix.os_name }}