File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 run : dotnet pack --configuration Release --no-build --output ./artifacts
4747
4848 - name : Upload artifacts
49- uses : actions/upload-artifact@v6
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : nuget-packages
5252 path : ./artifacts/*.nupkg
6767 uses : actions/checkout@v6
6868
6969 - name : Download artifacts
70- uses : actions/download-artifact@v7
70+ uses : actions/download-artifact@v8
7171 with :
7272 name : nuget-packages
7373 path : ./artifacts
@@ -128,7 +128,7 @@ jobs:
128128 token : ${{ secrets.GITHUB_TOKEN }}
129129
130130 - name : Download artifacts
131- uses : actions/download-artifact@v7
131+ uses : actions/download-artifact@v8
132132 with :
133133 name : nuget-packages
134134 path : ./artifacts
Original file line number Diff line number Diff line change 55 <ItemGroup >
66 <PackageVersion Include =" DotNet.ReproducibleBuilds" Version =" 2.0.2" />
77 <PackageVersion Include =" Microsoft.Playwright" Version =" 1.58.0" />
8- <PackageVersion Include =" TUnit" Version =" 1.12.125 " />
9- <PackageVersion Include =" TUnit.Assertions" Version =" 1.12.125 " />
8+ <PackageVersion Include =" TUnit" Version =" 1.21.6 " />
9+ <PackageVersion Include =" TUnit.Assertions" Version =" 1.21.6 " />
1010 </ItemGroup >
1111</Project >
You can’t perform that action at this time.
0 commit comments