We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564e89f commit 1bec929Copy full SHA for 1bec929
.github/workflows/exercise-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
run: julia --color=yes --project runtestrunner.jl
59
60
- name: Upload reports as artifact
61
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
62
with:
63
name: test-reports
64
path: ${{ steps.generate-reports.outputs.results-path }}
0 commit comments