Skip to content

Commit a8fd11d

Browse files
ci: bump actions/download-artifact from 7 to 8 (#23)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff1a984 commit a8fd11d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ jobs:
588588
uses: actions/checkout@v6
589589

590590
- name: Download all artifacts
591-
uses: actions/download-artifact@v7
591+
uses: actions/download-artifact@v8
592592
with:
593593
merge-multiple: true
594594

@@ -642,7 +642,7 @@ jobs:
642642
./scripts/release/generate_changelog.sh --notes-only > release-notes.md
643643
644644
- name: Download all artifacts
645-
uses: actions/download-artifact@v7
645+
uses: actions/download-artifact@v8
646646
with:
647647
merge-multiple: true
648648

.github/workflows/screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ jobs:
253253
xcode-version: 'latest-stable'
254254

255255
- name: Download iOS screenshots
256-
uses: actions/download-artifact@v7
256+
uses: actions/download-artifact@v8
257257
with:
258258
name: screenshots-ios
259259
path: screenshots/
260260

261261
- name: Download macOS screenshots
262-
uses: actions/download-artifact@v7
262+
uses: actions/download-artifact@v8
263263
with:
264264
name: screenshots-macos
265265
path: screenshots/macOS/

0 commit comments

Comments
 (0)