Skip to content

Commit eb93da2

Browse files
Merge pull request #199 from EverestAPI/dependabot/github_actions/actions/upload-artifact-3.1.2
2 parents 9a6edd2 + 0c6d90a commit eb93da2

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)