Skip to content

Commit 886390b

Browse files
ci(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 (#114)
1 parent 1ee42f4 commit 886390b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: sandbox/Benchmark
3434
run: dotnet run -c Release -f net6.0
3535

36-
- uses: actions/upload-artifact@v3.0.0
36+
- uses: actions/upload-artifact@v3.1.0
3737
with:
3838
name: BenchmarkResults
3939
path: sandbox/Benchmark/BenchmarkDotNet.Artifacts/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Publish to NuGet
4141
run: dotnet nuget push "nupkgs/*.nupkg" --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
42-
- uses: actions/upload-artifact@v3.0.0
42+
- uses: actions/upload-artifact@v3.1.0
4343
with:
4444
name: packages
4545
path: nupkgs/

0 commit comments

Comments
 (0)