Skip to content

Commit 908550a

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] <[email protected]>
1 parent 6a98283 commit 908550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: rabbitmq_tls
3434
path: /tmp/rabbitmq_tls.tar
3535
- name: Download artifact
36-
uses: actions/download-artifact@v4
36+
uses: actions/download-artifact@v5
3737
with:
3838
name: rabbitmq_tls
3939
path: /tmp

0 commit comments

Comments
 (0)