fix: fixed wrong Artifacts API Version
All checks were successful
All checks were successful
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
# Lädt die Datei in Gitea hoch
|
# Lädt die Datei in Gitea hoch
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: couchlog-docker-image-arm64 # So heißt der Download-Button später
|
name: couchlog-docker-image-arm64 # So heißt der Download-Button später
|
||||||
path: CouchLog-arm64.tar
|
path: CouchLog-arm64.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user