Skip to content

Commit bde1beb

Browse files
committed
Downgraded download-artifact
See actions/upload-artifact#478
1 parent a643f59 commit bde1beb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
needs: build
9090
steps:
9191
- name: Download artifacts
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v3
9393
with:
9494
path: artifacts
9595
- name: Merge fitting results
@@ -127,7 +127,7 @@ jobs:
127127
any::data.table
128128
any::ggplot2
129129
- name: Download artifacts
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v3
131131
with:
132132
name: Data
133133
- name: Generate figures
@@ -164,7 +164,7 @@ jobs:
164164
any::tidyverse
165165
any::assertr
166166
- name: Download artifacts
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v3
168168
with:
169169
name: Data
170170
- name: Test against previous results

0 commit comments

Comments
 (0)