From: ichizok Date: Wed, 18 Mar 2026 20:57:15 +0000 (+0000) Subject: CI: bump actions/upload-artifact to v7 X-Git-Tag: v9.2.0196~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2b70de167e3d2e14a5a0b03cfd61c6c8bfb9a7c1;p=thirdparty%2Fvim.git CI: bump actions/upload-artifact to v7 closes: #19747 Signed-off-by: Ozaki Kiichi Signed-off-by: Christian Brabandt --- diff --git a/.github/actions/test_artifacts/action.yml b/.github/actions/test_artifacts/action.yml index e68fec961b..79d1aa82f6 100644 --- a/.github/actions/test_artifacts/action.yml +++ b/.github/actions/test_artifacts/action.yml @@ -27,7 +27,7 @@ runs: # set as the "result". result-encoding: string - name: Upload failed tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: # Name of the artifact to upload. name: ${{ format('GH-{0}-{1}-{2}-{3}-{4}-failed-tests', diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdfe56c278..5a3f2f6f0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -781,7 +781,7 @@ jobs: # copy src\vim*.dll artifacts # #- name: Upload Artifact - # uses: actions/upload-artifact@v1 + # uses: actions/upload-artifact@v7 # with: # name: vim${{ matrix.bits }}-${{ matrix.toolchain }} # path: ./artifacts