From fe708c9e5f5bea7e8812b2b380125345b7cbacb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:48:32 -0500 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#859) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zxc-test-snap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zxc-test-snap.yaml b/.github/workflows/zxc-test-snap.yaml index 32ccebb9..a9975316 100644 --- a/.github/workflows/zxc-test-snap.yaml +++ b/.github/workflows/zxc-test-snap.yaml @@ -80,13 +80,13 @@ jobs: run: yarn test - name: Publish Snap Unit Test Reports - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ inputs.snap-report-name }} Unit Test Reports path: ${{ env.SNAP_DIRECTORY }}/junit*.xml - name: Publish Snap Coverage Reports - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ inputs.snap-report-name }} Coverage Reports path: ${{ env.SNAP_DIRECTORY }}/coverage