From ddcc77b11f8e07195b1a164fe93879cbcaae461a Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sat, 14 Sep 2024 00:03:41 +0300 Subject: [PATCH] CI: Update to use actions/upload-artifact v4 Update to v4 of the upload-artifact GitHub action. The newer version is faster, and v3 is going to be deprecated next November: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d26010..d2d9f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: | DESTDIR="$(pwd)/_work/files" ninja -C _work/build install - name: Archive Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: _work