Skip to content

Commit 449620b

Browse files
Bump actions/upload-artifact from 4.1.0 to 4.3.0 (#48)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a153ee1 commit 449620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet cake --target=Pack
4747
shell: pwsh
4848
- name: "Publish Artefacts"
49-
uses: actions/upload-artifact@v4.1.0
49+
uses: actions/upload-artifact@v4.3.0
5050
with:
5151
name: ${{matrix.os}}
5252
path: "./Artefacts"

0 commit comments

Comments
 (0)