From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:55:38 +0000 (+0000) Subject: GHA: update actions/upload-artifact action to v4.6.2 X-Git-Tag: rc-8_17_0-2~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2313696e96c6c436f4b0c97361c45c5c0c8ae2b1;p=thirdparty%2Fcurl.git GHA: update actions/upload-artifact action to v4.6.2 Closes #18830 --- diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 5a5c117ce1..9bc5565623 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -49,7 +49,7 @@ jobs: - name: 'maketgz' run: SOURCE_DATE_EPOCH=1711526400 ./scripts/maketgz 99.98.97 - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: 'release-tgz' path: 'curl-99.98.97.tar.gz'