mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-29 03:44:25 +01:00
Update github action dependency to supported version
This commit is contained in:
parent
66641cdbf7
commit
3d3e762996
2
.github/workflows/CIBuild.yml
vendored
2
.github/workflows/CIBuild.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
dotnet test src/UnitTests/NmeaParser.Tests.NET/bin/Release/net6.0/NmeaParser.Tests.Net.dll -v normal
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: NuGet Packages
|
||||
path: artifacts/NuGet/Release
|
||||
|
|
|
|||
Loading…
Reference in a new issue