Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 1508326

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353

5454
- name: Download all artifacts
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656

5757
- name: Create Release
5858
uses: softprops/action-gh-release@v1

.github/workflows/docs-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
steps:
108108
- name: Download documentation
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: documentation-preview
112112
path: site

0 commit comments

Comments
 (0)