Skip to content

Commit 3febfdf

Browse files
build(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent c1c2406 commit 3febfdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-surface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
surface: ${{ fromJSON(needs.resolve.outputs.surfaces) }}
130130
steps:
131131
- name: download dist
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v8
133133
with:
134134
name: dist-${{ inputs.env }}
135135
path: dist

0 commit comments

Comments
 (0)