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 0af68ed306 NO-JIRA: [Broker-J] Update github action cache to the
version 5 and upload-artifact to the version 6 (#362)
0af68ed306 is described below
commit 0af68ed306eca94b863a2cba442b3849ff5ba300
Author: Daniil Kirilyuk <[email protected]>
AuthorDate: Wed Jan 14 08:38:38 2026 +0100
NO-JIRA: [Broker-J] Update github action cache to the version 5 and
upload-artifact to the version 6 (#362)
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b708030894..91022c5fcf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -62,7 +62,7 @@ jobs:
- name: Upload Test Logs On Failure
if: failure()
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
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]