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 9c1d0ef commit c4e7deaCopy full SHA for c4e7dea
.github/workflows/reference-converter.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: make build
29
- run: make test
30
- name: archive test artifacts
31
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
32
with:
33
name: test-report
34
path: ${{ env.testResults }}
0 commit comments