We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06d7467 + 98e87cc commit 781c459Copy full SHA for 781c459
2 files changed
.github/workflows/pull-requests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: dotnet fsi build.fsx
46
47
- name: Upload test results
48
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
49
if: failure()
50
with:
51
name: test-results-${{ matrix.os }}
.github/workflows/push-main.yml
@@ -43,7 +43,7 @@ jobs:
43
44
name: test-results-ubuntu
0 commit comments