From d72a25bf962c5e700469684039678204f0fc4dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:12:38 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cve-check.yml | 2 +- .github/workflows/java-ci-latest.yml | 2 +- .github/workflows/java-ci-windows.yaml | 2 +- .github/workflows/java-ci.yaml | 2 +- .github/workflows/publish-docs.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cve-check.yml b/.github/workflows/cve-check.yml index b29fc1090..c6836d982 100644 --- a/.github/workflows/cve-check.yml +++ b/.github/workflows/cve-check.yml @@ -145,7 +145,7 @@ jobs: - name: Upload CVE files if: failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: cves path: cve_slack_payload_*.json diff --git a/.github/workflows/java-ci-latest.yml b/.github/workflows/java-ci-latest.yml index 185450f31..3ceaf7594 100644 --- a/.github/workflows/java-ci-latest.yml +++ b/.github/workflows/java-ci-latest.yml @@ -55,7 +55,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/java-ci-windows.yaml b/.github/workflows/java-ci-windows.yaml index 5ba3453f0..fa00ac2dd 100644 --- a/.github/workflows/java-ci-windows.yaml +++ b/.github/workflows/java-ci-windows.yaml @@ -46,7 +46,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # tag=v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/java-ci.yaml b/.github/workflows/java-ci.yaml index ae16e1e3d..a7df06884 100644 --- a/.github/workflows/java-ci.yaml +++ b/.github/workflows/java-ci.yaml @@ -44,7 +44,7 @@ jobs: if: always() run: ./gradlew -x test testReport codeCoverageReport - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # tag=v3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v3 if: always() with: name: ${{ matrix.os }}-${{ matrix.java_version }}-test-results diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a1aa6d722..8637f53e4 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,7 +31,7 @@ jobs: run: mkdocs build --config-file mkdocs.yaml && ls -al - name: Archive test build if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 with: name: site path: |