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 a643f59 commit bde1bebCopy full SHA for bde1beb
.github/workflows/analysis.yml
@@ -89,7 +89,7 @@ jobs:
89
needs: build
90
steps:
91
- name: Download artifacts
92
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
93
with:
94
path: artifacts
95
- name: Merge fitting results
@@ -127,7 +127,7 @@ jobs:
127
any::data.table
128
any::ggplot2
129
130
131
132
name: Data
133
- name: Generate figures
@@ -164,7 +164,7 @@ jobs:
164
any::tidyverse
165
any::assertr
166
167
168
169
170
- name: Test against previous results
0 commit comments