Skip to content

Commit b660738

Browse files
chore(deps): bump actions/download-artifact from 3 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa2a507 commit b660738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- uses: actions/checkout@v4
242242

243243
- name: Download XCFramework
244-
uses: actions/download-artifact@v3
244+
uses: actions/download-artifact@v6
245245
with:
246246
name: WidgetDevelopmentKit.xcframework
247247
path: build
@@ -270,7 +270,7 @@ jobs:
270270
- uses: actions/checkout@v4
271271

272272
- name: Download Documentation
273-
uses: actions/download-artifact@v3
273+
uses: actions/download-artifact@v6
274274
with:
275275
name: documentation
276276
path: docs

0 commit comments

Comments
 (0)