From 50baccd0fa870cda2801ea7f713c242c1d919190 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 3 Mar 2024 17:32:02 -0500 Subject: [PATCH] ci: bump upload-artifact and download-artifact to v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67a4797..80bff55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: docker save dockcross/base:latest | xz -e9 -T0 > ./cache/base.tar.xz - name: save base - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cache path: ./cache @@ -1062,7 +1062,7 @@ jobs: submodules: "recursive" fetch-depth: 1 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: cache path: ./cache