Github actions is not able to pull artifacts from github maven repo after runner upgrade from 2.305.0 to 2.306.0
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to 'https://github.com/Maersk-Global/lcl-logistics-eventing-cw1-listener-func/actions/runs/5470766874/jobs/9961214747'
- You can see in Attempt #1 (Runner version 2.305.0) the gradle test passed
- You can see in Attempt #2 (Runner version 2.306.0) the gradle test failed due to 401 unauthorized issue.
Expected behavior The build should pass even runner is updated
Runner Version and Platform
Version of your runner? 2.306.0
OS of the machine running the runner? OSX/Windows/Linux/...
What's not working?
Execution failed for task ':compileJava'.
Could not download spring-reactive-commons-1.53.jar (com.maersk.alcl:spring-reactive-commons:1.53) Could not get resource 'https://maven.pkg.github.com/Maersk-Global/alcl-spring-reactive-commons/com/maersk/alcl/spring-reactive-commons/1.53/spring-reactive-commons-1.53.jar'. > Could not HEAD 'https://maven.pkg.github.com/Maersk-Global/alcl-spring-reactive-commons/com/maersk/alcl/spring-reactive-commons/1.53/spring-reactive-commons-1.53.jar'. Received status code 401 from server: Unauthorized
Job Log Output
Execution failed for task ':compileJava'.
Could not download spring-reactive-commons-1.53.jar (com.maersk.alcl:spring-reactive-commons:1.53) Could not get resource 'https://maven.pkg.github.com/Maersk-Global/alcl-spring-reactive-commons/com/maersk/alcl/spring-reactive-commons/1.53/spring-reactive-commons-1.53.jar'. > Could not HEAD 'https://maven.pkg.github.com/Maersk-Global/alcl-spring-reactive-commons/com/maersk/alcl/spring-reactive-commons/1.53/spring-reactive-commons-1.53.jar'. Received status code 401 from server: Unauthorized
Runner and Worker's Diagnostic Logs
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.