From 4ecca86b381c2df1d9c081076e9a796d3e93af64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:02:23 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 6 to 20 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v20) --- 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/publish-swift-utils.yml | 4 ++-- .github/workflows/publish-swift.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-swift-utils.yml b/.github/workflows/publish-swift-utils.yml index d8b67b9e..0e175710 100644 --- a/.github/workflows/publish-swift-utils.yml +++ b/.github/workflows/publish-swift-utils.yml @@ -58,7 +58,7 @@ jobs: - name: Download Release Artifacts (from release-swift-utils) id: download_dedicated continue-on-error: true - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: swift-utils-release-${{ steps.version.outputs.version }} path: Output/ @@ -67,7 +67,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Download Release Artifacts (from release-all) if: steps.download_dedicated.outcome == 'failure' - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: swift-utils-release-${{ steps.version.outputs.version }} path: Output/ diff --git a/.github/workflows/publish-swift.yml b/.github/workflows/publish-swift.yml index 05aaaa6f..b928e6ca 100644 --- a/.github/workflows/publish-swift.yml +++ b/.github/workflows/publish-swift.yml @@ -55,7 +55,7 @@ jobs: - name: Download Release Artifacts (from release-swift) id: download_dedicated continue-on-error: true - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: swift-core-release-${{ steps.version.outputs.version }} path: Output/ @@ -64,7 +64,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Download Release Artifacts (from release-all) if: steps.download_dedicated.outcome == 'failure' - uses: dawidd6/action-download-artifact@v16 + uses: dawidd6/action-download-artifact@v20 with: name: swift-core-release-${{ steps.version.outputs.version }} path: Output/