diff --git a/.github/workflows/cve-check.yml b/.github/workflows/cve-check.yml index cc6a7d7e0..8551c0f9e 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 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 9f938afb4..ed1d64960 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v3 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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 a1d41f07a..3a181f3a5 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v3 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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 9edf1b479..872aa216f 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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v3 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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 d4fa69fc2..820acc402 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.5 + uses: actions/upload-artifact@v4.3.6 with: name: site path: |