Skip to content

Commit 0454f9f

Browse files
authored
ci.yml aktualisieren
1 parent dfb575d commit 0454f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ jobs:
8585
uses: actions/checkout@v3
8686

8787
- name: Download amd64
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v4
8989
with:
9090
name: amdcache
9191
path: amdcache
9292

9393
- name: Download arm64
94-
uses: actions/download-artifact@v3
94+
uses: actions/download-artifact@v4
9595
with:
9696
name: armcache
9797
path: armcache

0 commit comments

Comments
 (0)