File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments