mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 12:17:26 +01:00
ci: bump upload-artifact and download-artifact to v4
This commit is contained in:
parent
fa87501f12
commit
50baccd0fa
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user