From 6bc82f95fd6c0c6184b019733db15e5651d99f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:32:08 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact from 4.1.2 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/eaceaf801fd36c7dee90939fad912460b18a1ffe...c850b930e6ba138125429b7e5c93fc707a7f8427) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 2 +- .github/workflows/module.publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 380363b..2a1ad80 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -185,7 +185,7 @@ jobs: egress-policy: audit - name: "Setup: Artifacts" - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: test-reports-jvm diff --git a/.github/workflows/module.publish.yml b/.github/workflows/module.publish.yml index c41b3f1..3fc7e09 100644 --- a/.github/workflows/module.publish.yml +++ b/.github/workflows/module.publish.yml @@ -66,7 +66,7 @@ jobs: java-version: ${{ inputs.java_version || vars.JVM_VERSION }} distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }} - name: "Setup: Artifacts" - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: libraries-jvm @@ -119,7 +119,7 @@ jobs: java-version: ${{ inputs.java_version || vars.JVM_VERSION }} distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }} - name: "Setup: Artifacts" - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: libraries-jvm - name: "Publish: Snapshots" @@ -172,7 +172,7 @@ jobs: java-version: ${{ inputs.java_version || vars.JVM_VERSION }} distribution: ${{ inputs.jvm || vars.JVM_VARIANT || 'zulu' }} - name: "Setup: Artifacts" - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: libraries-jvm - name: "Publish: Live"