Skip to content

Commit 610d007

Browse files
committed
Update the upload-artifact CI action to v4
1 parent b9a1da0 commit 610d007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Build
2525
run: dotnet run
2626
- name: Upload a Build Artifact
27-
uses: actions/upload-artifact@v2.3.1
27+
uses: actions/upload-artifact@v4
2828
with:
29+
name: fornax-artifacts-${{ matrix.os }}
2930
path: out

0 commit comments

Comments
 (0)