CI: bump actions/upload-artifact to v7
Commit:
https://github.com/vim/vim/commit/2b70de167e3d2e14a5a0b03cfd61c6c8bfb9a7c1
Author: ichizok <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1w2xzo-00C50l-Hl%40256bit.org.