mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 18:17:12 +00:00
Update upload-artifact to v4.
This commit is contained in:
@@ -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