Skip to content

Commit a37672f

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65d687e commit a37672f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: msbuild *.sln "/p:Configuration=Release"
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v4.3.6
38+
uses: actions/upload-artifact@v4.4.0
3939
with:
4040
name: main
4141
path: bin/Release/net452

0 commit comments

Comments
 (0)