Skip to content

Commit 8f34302

Browse files
authored
chore: upgrade actions/upload-artifact to v3 (#391)
1 parent 56296e6 commit 8f34302

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/short-read-mngs-viral-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
taxadb create -i taxadb --dbname taxadb.sqlite || true # exits nonzero w/o accessions
7272
workflows/short-read-mngs/auto_benchmark/harvest.py ${{ matrix.sample }}=testrun/${{ matrix.sample }} \
7373
--taxadb taxadb.sqlite > ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
74-
- uses: actions/upload-artifact@v2
74+
- uses: actions/upload-artifact@v3
7575
with:
7676
name: ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
7777
path: ${{ matrix.sample }}.${{ matrix.settings }}_viral.json
@@ -120,11 +120,11 @@ jobs:
120120
cp -r workflows/short-read-mngs/auto_benchmark/ref_libs/${{ matrix.settings }}_viral ref_libs/
121121
- name: test harvest2.py
122122
run: workflows/short-read-mngs/auto_benchmark/harvest2.py *_viral.json --version "$(git describe --long --tags --always --dirty)" --index-version 2021-01-22 --wall 999
123-
- uses: actions/upload-artifact@v2
123+
- uses: actions/upload-artifact@v3
124124
with:
125125
name: short-read-mngs-benchmarks.${{ matrix.settings }}_viral.html
126126
path: short-read-mngs-benchmarks.${{ matrix.settings }}_viral.html
127-
- uses: actions/upload-artifact@v2
127+
- uses: actions/upload-artifact@v3
128128
with:
129129
name: short-read-mngs-benchmarks.${{ matrix.settings }}_viral.ipynb
130130
path: |

0 commit comments

Comments
 (0)