ci: bump upload-artifact and download-artifact to v4

This commit is contained in:
Matt McCormick 2024-03-03 17:32:02 -05:00 committed by Jonas Vautherin
parent fa87501f12
commit 50baccd0fa

View File

@ -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