Skip to content

Commit 8f23c8b

Browse files
build(deps): bump actions/upload-artifact from 3.1.2 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v4.3.3) --- 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>
1 parent 4c44366 commit 8f23c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Pack nuget
4646
run: dotnet pack --output ./artifacts -p:Version=${{ steps.gitversion.outputs.nuGetVersion }}
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3.1.2
48+
uses: actions/upload-artifact@v4.3.3
4949
with:
5050
name: artifacts
5151
path: ./artifacts

0 commit comments

Comments
 (0)