mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Bump upload-artifact action vers tag to get rid of deprecation warns
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
FBX2glTF-windows-x86_64/FBX-SDK-License.rtf
|
||||
|
||||
- name: FBX2glTF-windows-x86_64
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: FBX2glTF-windows-x86_64
|
||||
path: FBX2glTF-windows-x86_64/*
|
||||
@@ -192,7 +192,7 @@ jobs:
|
||||
files: FBX2glTF-linux-x86_64.zip
|
||||
|
||||
- name: FBX2glTF-linux-x86_64
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: FBX2glTF-linux-x86_64
|
||||
path: FBX2glTF-linux-x86_64/*
|
||||
@@ -287,7 +287,7 @@ jobs:
|
||||
files: FBX2glTF-macos-x86_64.zip
|
||||
|
||||
- name: FBX2glTF-macos-x86_64
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: FBX2glTF-macos-x86_64
|
||||
path: FBX2glTF-macos-x86_64/*
|
||||
|
||||
Reference in New Issue
Block a user