Skip to content

Commit 6df1f3b

Browse files
dependabot[bot]mocsharp
authored andcommitted
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10e16f6 commit 6df1f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

268268
- name: Upload Nuget
269269
if: ${{ matrix.os == 'ubuntu-latest' }}
270-
uses: actions/[email protected].1
270+
uses: actions/[email protected].2
271271
with:
272272
name: nuget
273273
path: ${{ github.workspace }}/release/*.nupkg

0 commit comments

Comments
 (0)