Skip to content

Commit 0c6d90a

Browse files
Bump actions/upload-artifact from 1.0.0 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1.0.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1.0.0...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3685f7b commit 0c6d90a

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@v1.0.0
38+
uses: actions/upload-artifact@v3.1.2
3939
with:
4040
name: main
4141
path: bin/Release/net452

0 commit comments

Comments
 (0)