Skip to content

Commit 246feb5

Browse files
ci(dependabot): bump actions/download-artifact from 4 to 5 (#303)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 4d74843 commit 246feb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
contents: write
148148
steps:
149149
- name: Download built artifact to dist/
150-
uses: actions/download-artifact@v4
150+
uses: actions/download-artifact@v5
151151
with:
152152
name: Packages
153153
path: dist

0 commit comments

Comments
 (0)