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 76e675a commit 1fa5d54Copy full SHA for 1fa5d54
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Optionally, you can upload test results to GitHub if you use a testing framework
35
- name: Upload test results
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
37
with:
38
name: test-results
39
path: path/to/test/results
0 commit comments