mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-05 09:26:05 +00:00
Update upload-artifact to v4.
This commit is contained in:
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
mkdir artifacts
|
||||
cp $(find app/ -name "AppleCommander-*.jar") artifacts/
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: artifacts/
|
||||
|
Reference in New Issue
Block a user