Skip to content

Commit 4ecca86

Browse files
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](dawidd6/action-download-artifact@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] <support@github.com>
1 parent 8793c5d commit 4ecca86

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-swift-utils.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download Release Artifacts (from release-swift-utils)
5959
id: download_dedicated
6060
continue-on-error: true
61-
uses: dawidd6/action-download-artifact@v16
61+
uses: dawidd6/action-download-artifact@v20
6262
with:
6363
name: swift-utils-release-${{ steps.version.outputs.version }}
6464
path: Output/
@@ -67,7 +67,7 @@ jobs:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
- name: Download Release Artifacts (from release-all)
6969
if: steps.download_dedicated.outcome == 'failure'
70-
uses: dawidd6/action-download-artifact@v16
70+
uses: dawidd6/action-download-artifact@v20
7171
with:
7272
name: swift-utils-release-${{ steps.version.outputs.version }}
7373
path: Output/

.github/workflows/publish-swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Download Release Artifacts (from release-swift)
5656
id: download_dedicated
5757
continue-on-error: true
58-
uses: dawidd6/action-download-artifact@v16
58+
uses: dawidd6/action-download-artifact@v20
5959
with:
6060
name: swift-core-release-${{ steps.version.outputs.version }}
6161
path: Output/
@@ -64,7 +64,7 @@ jobs:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
- name: Download Release Artifacts (from release-all)
6666
if: steps.download_dedicated.outcome == 'failure'
67-
uses: dawidd6/action-download-artifact@v16
67+
uses: dawidd6/action-download-artifact@v20
6868
with:
6969
name: swift-core-release-${{ steps.version.outputs.version }}
7070
path: Output/

0 commit comments

Comments
 (0)