Skip to content

Commit e6f9c7a

Browse files
authored
Merge pull request #1223 from BranchMetrics/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 090e097 + 1bd8e5e commit e6f9c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
bundle config set --local path vendor
120120
bundle check || bundle install
121121
- name: Download build artifacts
122-
uses: actions/download-artifact@v2
122+
uses: actions/download-artifact@v3
123123
- name: Relocate checksum artifacts
124124
run: |
125125
cp framework/checksum carthage-files

0 commit comments

Comments
 (0)