jbonofre opened a new pull request, #2499:
URL: https://github.com/apache/karaf/pull/2499

   ## Summary
   - Replace `actions/cache/save` and `actions/cache/restore` with 
`actions/upload-artifact` and `actions/download-artifact` for passing the Maven 
local repository between the build and test CI jobs
   - This fixes test job failures when re-running a workflow after GitHub's 
7-day cache eviction (e.g. PR #2482 where the `apache-karaf:tar.gz` SNAPSHOT 
artifact couldn't be resolved)
   - Set `retention-days: 1` to keep storage usage minimal
   - Backport of #2498 to `karaf-4.4.x`
   
   ## Test plan
   - [ ] Verify CI build + test jobs pass on this PR
   - [ ] Verify re-running the test job after some time still works


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to