Skip to content

Commit fefa503

Browse files
authored
CI: Use newer version of actions/upload-artifact (#65)
CI is failing because of the deprecated version of `actions/upload-artifact`. According to the documentation linked in https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/, our usage of this action is safe to just bump the version number from `v3` to `v4`. Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent e468717 commit fefa503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload broker logs as artifacts
9494
if: failure()
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: broker_logs_${{ matrix.java }}
9898
path: /tmp/bmq-broker/broker_logs.tar.gz

0 commit comments

Comments
 (0)