mirror of
https://github.com/CarmJos/TimeForFlight.git
synced 2026-06-04 07:08:17 +08:00
Update actions/upload-artifact action to v6
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: "Target Stage"
|
- name: "Target Stage"
|
||||||
run: mkdir staging && cp target/*.jar staging
|
run: mkdir staging && cp target/*.jar staging
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: staging
|
path: staging
|
||||||
|
|||||||
Reference in New Issue
Block a user