We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 838bb44 + a9773d6 commit 194633bCopy full SHA for 194633b
.github/workflows/main.yml
@@ -11,6 +11,7 @@ jobs:
11
12
steps:
13
- name: Checkout repository
14
+
15
uses: actions/checkout@v4
16
17
- name: Install .NET SDK
@@ -26,7 +27,9 @@ jobs:
26
27
upgrade-assistant analyze BExIS%2B%2B.sln --format json > upgrade-report.json
28
29
- name: Upload report artifact
30
31
uses: actions/upload-artifact@v4
32
33
with:
34
name: upgrade-report
35
path: upgrade-report.json
0 commit comments