Skip to content

Commit faa6ea8

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#797)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4804b6 commit faa6ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Download artifact
14-
uses: actions/download-artifact@v4
14+
uses: actions/download-artifact@v5
1515
with:
1616
name: ${{ inputs.artifact }}
1717

0 commit comments

Comments
 (0)