Skip to content

Commit a620cca

Browse files
authored
Merge pull request #111 from EverestAPI/dependabot/github_actions/actions/upload-artifact-4.5.0
Bump actions/upload-artifact from 4.4.3 to 4.5.0
2 parents c47b425 + a0668e1 commit a620cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

+1-1
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.4.3
38+
uses: actions/upload-artifact@v4.5.0
3939
with:
4040
name: main
4141
path: bin/Release/net452

0 commit comments

Comments
 (0)