1
mirror of https://github.com/CarmJos/TimeForFlight.git synced 2026-06-04 15:18:16 +08:00

Update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot]
2025-01-18 05:25:15 +00:00
committed by Carm
parent 8cdd083924
commit 850e8cb8d0
+1 -1
View File
@@ -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@v2 uses: actions/upload-artifact@v4
with: with:
name: artifact name: artifact
path: staging path: staging