You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub auto-fails jobs using the deprecated actions/upload-artifact@v3 and
download-artifact@v3, so CI never reached the test step. Bump both to v4.
upload-artifact@v4 errors on duplicate artifact names, so in the test
matrix the requirements.txt upload is gated to a single job (the docker
job only needs one copy).
0 commit comments