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 b069b43 commit 3819de6Copy full SHA for 3819de6
.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