Mirror actions/upload-artifact@v4 (upstream ea165f8d65b6e75b540449e92b4886f43607fa02)
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
Licensed / Check licenses (push) Waiting to run

This commit is contained in:
popilnus-mirror 2026-09-20 13:31:57 -04:00
commit 5a86dd16bf
226 changed files with 300457 additions and 0 deletions

19
POPILNUS_MIRROR.md Normal file
View file

@ -0,0 +1,19 @@
# Mirrored action
This repository is a mirror, not upstream. Do not edit it here.
| | |
|---|---|
| Upstream | https://github.com/actions/upload-artifact |
| Ref | v4 |
| Commit | ea165f8d65b6e75b540449e92b4886f43607fa02 |
| Mirrored | 2026-09-20T17:31:57Z |
| Mirrored by | deploy/mirror-actions.sh |
Re-verify before bumping the tag:
git clone --depth 1 --branch v4 https://github.com/actions/upload-artifact.git
git -C upload-artifact rev-parse HEAD # must equal ea165f8d65b6e75b540449e92b4886f43607fa02
Our CI resolves `uses: actions/upload-artifact@v4` here because Forgejo is configured with
`DEFAULT_ACTIONS_URL=self`. See docs/adr/0004-self-hosted-forgejo-and-sovereign-ci.md.