Skip to content

Commit 1115bbf

Browse files
Bump actions/download-artifact from 4 to 5
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>
1 parent 3e51ebf commit 1115bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: startsWith(github.ref, 'refs/tags/v')
5252
steps:
5353
- name: Restore artifact
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: ruby-version-checker
5757
- name: Upload binaries to release

0 commit comments

Comments
 (0)