Skip to content

Commit a610332

Browse files
Update upload-artifact action to version 7
1 parent d00ca55 commit a610332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build SQLCallStackResolver
2323
run: msbuild SQLCallStackResolver.sln /p:Configuration=Release
2424
- name: Upload Artifact
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v7
2626
with:
2727
name: SQLCallStackResolver
2828
path: |

0 commit comments

Comments
 (0)