Skip to content

Commit 35b7f18

Browse files
chore(deps): bump actions/upload-artifact from 2.2.3 to 3.1.0 (#50)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.3...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4c8b2a commit 35b7f18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Publish to Beta
5858
run: dotnet nuget push ./**/*.nupkg -s ${{ secrets.NUGET_SOURCE }} -k ${{ secrets.NUGET_API_KEY }}
5959
- name: Packages & Symbols Artifact
60-
uses: actions/upload-artifact@v2.2.3
60+
uses: actions/upload-artifact@v3.1.0
6161
with:
6262
name: Packages & Symbols
6363
path: |
@@ -77,7 +77,7 @@ jobs:
7777
license: ${{ secrets.REPORTGENERATOR_LICENSE }}
7878
toolpath: 'reportgeneratortool'
7979
- name: Coverage Report Artifact
80-
uses: actions/upload-artifact@v2.2.3
80+
uses: actions/upload-artifact@v3.1.0
8181
with:
8282
name: CoverageReport
8383
path: CoverageReport

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Publish to Stable
6666
run: dotnet nuget push ./**/*.nupkg -s ${{ secrets.NUGET_SOURCE }} -k ${{ secrets.NUGET_API_KEY }}
6767
- name: Packages & Symbols Artifact
68-
uses: actions/upload-artifact@v2.2.3
68+
uses: actions/upload-artifact@v3.1.0
6969
with:
7070
name: Packages & Symbols
7171
path: |

0 commit comments

Comments
 (0)