We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50d14b commit d591777Copy full SHA for d591777
.github/workflows/SnoopCompile.yml
@@ -73,7 +73,7 @@ jobs:
73
steps:
74
- uses: actions/checkout@v2
75
- name: Download all
76
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
77
78
- name: CompileBot postprocess
79
run: julia -e 'using Pkg; Pkg.add( PackageSpec(name="CompileBot", rev = "master") );
0 commit comments