]> Kevux Git Server - rit/commit
ci: remove 'Upload failed tests' directories' step from linux32 jobs
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2024 23:00:20 +0000 (16:00 -0700)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 30 Oct 2024 14:02:35 +0000 (15:02 +0100)
commit0d606d8c2a387189bd5cf453e64519c314283a96
tree20b598c3c66a7c4efbf523aebcea9203bb85a525
parentdbecc617f75eea6ee5d05823a38b91223ff22b11
ci: remove 'Upload failed tests' directories' step from linux32 jobs

Linux32 jobs seem to be getting:

    Error: This request has been automatically failed because it uses a
    deprecated version of `actions/upload-artifact: v1`. Learn more:
    https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

before doing anything useful.  For now, disable the step.

Ever since actions/upload-artifact@v1 got disabled, mentioning the
offending version of it seems to stop anything from happening.  At
least this should run the same build and test.

See

    https://github.com/git/git/actions/runs/10780030750/job/29894867249

for example.

[Backported from 90f2c7240cc (ci: remove 'Upload failed tests'
directories' step from linux32 jobs, 2024-09-09).]

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
.github/workflows/main.yml