From 8b8b1726707a92db6c69451c2c6b3c2c99a5ba9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:56:30 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 19 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/8a338493df3d275e4a7a63bcff3b8fe97e51a927...8305c0f1062bb0d184d09ef4493ecb9288447732) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-framework.yml | 2 +- .github/workflows/release-linux-core.yml | 2 +- .github/workflows/release-windows-core.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-framework.yml b/.github/workflows/release-framework.yml index afee437..019c936 100644 --- a/.github/workflows/release-framework.yml +++ b/.github/workflows/release-framework.yml @@ -16,7 +16,7 @@ jobs: contents: write # This is required for creating a release (as using 'permissions:' will reset the default rights to 'none') steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release-linux-core.yml b/.github/workflows/release-linux-core.yml index 0969688..1c9b9f5 100644 --- a/.github/workflows/release-linux-core.yml +++ b/.github/workflows/release-linux-core.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/release-windows-core.yml b/.github/workflows/release-windows-core.yml index 1ddbb2a..050492e 100644 --- a/.github/workflows/release-windows-core.yml +++ b/.github/workflows/release-windows-core.yml @@ -16,7 +16,7 @@ jobs: contents: write # This is required for creating a release (as using 'permissions:' will reset the default rights to 'none') steps: - name: Download artifact - uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 + uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 with: # Optional, GitHub token github_token: ${{secrets.GITHUB_TOKEN}}