From 3984afff86dd733aa9261e17dc1a22fcc18095b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:55:31 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.3 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-test.yaml | 2 +- .github/workflows/k8s-e2e.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-test.yaml b/.github/workflows/docker-test.yaml index 0a2f98727..5ef3a23de 100644 --- a/.github/workflows/docker-test.yaml +++ b/.github/workflows/docker-test.yaml @@ -42,7 +42,7 @@ jobs: go test -timeout 20m -json -parallel 2 -cover -covermode=atomic -coverprofile=unit-test-coverage.out $(go list ./... | grep /docker/test_env) -run '${{ matrix.test.tests }}' 2>&1 | tee /tmp/gotest.log | ./gotestloghelper -ci - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: test-logs path: ./logs diff --git a/.github/workflows/k8s-e2e.yaml b/.github/workflows/k8s-e2e.yaml index edbd23103..d480a5092 100644 --- a/.github/workflows/k8s-e2e.yaml +++ b/.github/workflows/k8s-e2e.yaml @@ -99,7 +99,7 @@ jobs: QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }} run_setup: false - name: Upload test log - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() with: name: test-log @@ -147,7 +147,7 @@ jobs: QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }} run_setup: false - name: Upload test log - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: failure() with: name: remote-runner-test-log diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c0aff1503..ce434f177 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -86,7 +86,7 @@ jobs: run: test -f ${{ matrix.project.path }}golangci-lint-report.xml || true - name: Store lint report artifact if: always() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: golangci-lint-report-${{ matrix.project.name }} path: ${{ matrix.project.path }}golangci-lint-report.xml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8c51a607..e7e50bd18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: make test_unit" - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: test-logs path: /tmp/gotest.log