Skip to content

Commit b2a5b08

Browse files
committed
1 parent c58a256 commit b2a5b08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
"aligner": "${{ matrix.aligner }}",
4040
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-${{ github.sha }}/${{ matrix.arch }}/aligner_${{ matrix.aligner }}/"
4141
}
42-
- uses: actions/upload-artifact@v3
42+
- uses: actions/upload-artifact@v4
4343
with:
4444
name: Tower debug log file
4545
path: tower_action_*.log
@@ -67,7 +67,7 @@ jobs:
6767
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}/",
6868
"igenomes_base": "${{ secrets.TOWER_IGENOMES_BASE_AZURE }}"
6969
}
70-
- uses: actions/upload-artifact@v3
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: Tower debug log file
7373
path: tower_action_*.log
@@ -94,7 +94,7 @@ jobs:
9494
"aligner": "${{ matrix.aligner }}",
9595
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-${{ github.sha }}/aligner_${{ matrix.aligner }}/"
9696
}
97-
- uses: actions/upload-artifact@v3
97+
- uses: actions/upload-artifact@v4
9898
with:
9999
name: Tower debug log file
100100
path: tower_action_*.log

.github/workflows/cloud_tests_small.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
{
3636
"outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-test-${{ github.sha }}/${{ matrix.arch }}/aligner_${{ matrix.aligner }}/"
3737
}
38-
- uses: actions/upload-artifact@v3
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: Tower debug log file
4141
path: tower_action_*.log
@@ -57,7 +57,7 @@ jobs:
5757
{
5858
"outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-test-${{ github.sha }}/"
5959
}
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: Tower debug log file
6363
path: tower_action_*.log
@@ -79,7 +79,7 @@ jobs:
7979
{
8080
"outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-test-${{ github.sha }}/"
8181
}
82-
- uses: actions/upload-artifact@v3
82+
- uses: actions/upload-artifact@v4
8383
with:
8484
name: Tower debug log file
8585
path: tower_action_*.log

0 commit comments

Comments
 (0)