Skip to content

Commit 5e44710

Browse files
author
Vincent Wilms
committed
Fix CI
1 parent 93ec1ef commit 5e44710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet test -c Release /p:BuildProjectReferences=false
4343

4444
- name: Upload Artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: artifacts
4848
path: |
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565

6666
- name: Download Artifacts
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: artifacts
7070
path: artifacts
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686

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

0 commit comments

Comments
 (0)