Skip to content

Commit cb96aff

Browse files
Bump actions/upload-artifact from 3.1.1 to 3.1.3 (#72)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a14aeb5 commit cb96aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet cake --target=Pack
4949
shell: pwsh
5050
- name: "Publish Artifacts"
51-
uses: actions/upload-artifact@v3.1.1
51+
uses: actions/upload-artifact@v3.1.3
5252
with:
5353
name: NuGets
5454
path: "./Artifacts"

0 commit comments

Comments
 (0)