This is an automated email from the ASF dual-hosted git repository.
vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push:
new 115acb5db9 NO-JIRA: [Broker-J] Bump upload-artifact github action to
the version 5 (#338)
115acb5db9 is described below
commit 115acb5db9945660ef6704a257906a3ad724da66
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Nov 26 10:17:58 2025 +0100
NO-JIRA: [Broker-J] Bump upload-artifact github action to the version 5
(#338)
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 14c06db101..2e6f8426b3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
- name: Upload Test Logs On Failure
if: failure()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: surefire-reports-jdk-${{ matrix.java }}
path: surefire-reports-jdk-${{ matrix.java }}.tar.gz
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]