Commit: CI: bump actions/upload-artifact to v7

1 view
Skip to first unread message

Christian Brabandt

unread,
Mar 18, 2026, 5:02:06 PM (5 days ago) Mar 18
to vim...@googlegroups.com
CI: bump actions/upload-artifact to v7

Commit: https://github.com/vim/vim/commit/2b70de167e3d2e14a5a0b03cfd61c6c8bfb9a7c1
Author: ichizok <gclien...@gmail.com>
Date: Wed Mar 18 20:57:15 2026 +0000

CI: bump actions/upload-artifact to v7

closes: https://github.com/vim/vim/issues/19747

Signed-off-by: Ozaki Kiichi <gclien...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.github/actions/test_artifacts/action.yml b/.github/actions/test_artifacts/action.yml
index e68fec961..79d1aa82f 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 cdfe56c27..5a3f2f6f0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -781,7 +781,7 @@ jobs:
# copy src im*.dll artifacts
#
#- name: Upload Artifact
- # uses: actions/upload-artifact@v1
+ # uses: actions/upload-artifact@v7
# with:
# name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
# path: ./artifacts
Reply all
Reply to author
Forward
0 new messages