mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -07:00
updating linux and macos gh actions to use upload-artifact@v4
This commit is contained in:
2
.github/workflows/linux_build.yaml
vendored
2
.github/workflows/linux_build.yaml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
run: ls -R ./build || echo "build directory not found"
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux-build
|
||||
path: ./build/
|
||||
|
2
.github/workflows/macos_build.yaml
vendored
2
.github/workflows/macos_build.yaml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
run: ls -R ./build || echo "build directory not found"
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-build
|
||||
path: ./build/
|
||||
|
Reference in New Issue
Block a user