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.
1 parent 4094b10 commit 9cabf64Copy full SHA for 9cabf64
.github/workflows/resyntax-analyze.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Analyze changed files
49
run: xvfb-run racket -l- resyntax/cli analyze --local-git-repository . "origin/${GITHUB_BASE_REF}" --output-as-github-review --output-to-file ./resyntax-review.json
50
- name: Upload analysis artifact
51
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.6.1
52
with:
53
name: resyntax-review
54
path: resyntax-review.json
0 commit comments