Skip to content

Commit 252afb1

Browse files
Update dotnet-build.yml
1 parent fce77ad commit 252afb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet publish Interface/Interface.csproj -r ${{ matrix.target }} -c release -o "${{ github.workspace }}/builds/${{ matrix.target }}"
2929

3030
- name: Upload ${{ matrix.target }} Build
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: Interface-${{ matrix.target }}
3434
path: ${{ github.workspace }}/builds/${{ matrix.target }}

0 commit comments

Comments
 (0)