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 473850238b NO-JIRA: [Broker-J] Bump upload-artifact github action to
the version 7 (#387)
473850238b is described below
commit 473850238bc222fd14200a6aebe1150d50f205a8
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Apr 1 09:00:43 2026 +0200
NO-JIRA: [Broker-J] Bump upload-artifact github action to the version 7
(#387)
---
.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 91022c5fcf..b6dde188a4 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@v6
+ uses: actions/upload-artifact@v7
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]