Skip to content

Commit 97cae1a

Browse files
Bump actions/upload-artifact from 1 to 3 (#149)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89250af commit 97cae1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: splitasm\splitasm\bin\Release\net6.0\splitasm.exe %GITHUB_WORKSPACE%\BenchmarkDotNet.Artifacts\results
3636
shell: cmd
3737
- name: Publish Results
38-
uses: actions/upload-artifact@v1
38+
uses: actions/upload-artifact@v3
3939
with:
4040
name: Benchmark Artifacts
4141
path: BenchmarkDotNet.Artifacts

.github/workflows/gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Test
2525
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
2626
- name: Publish NuGet artifacts
27-
uses: actions/upload-artifact@v1
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: NuGet package
3030
path: BitFaster.Caching/bin/Release/

0 commit comments

Comments
 (0)