Skip to content

Commit b6181e9

Browse files
committed
upload-artifact@v4
1 parent 038e4f5 commit b6181e9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Upload linting log file artifact
101101
if: ${{ always() }}
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: linting-logs
105105
path: |

.github/workflows/sanger_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
"use_work_dir_as_temp": true,
2727
}
2828
profiles: test,sanger,singularity,cleanup
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: Tower debug log file
3232
path: |

.github/workflows/sanger_test_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
"outdir": "${{ secrets.TOWER_WORKDIR_PARENT }}/results/${{ github.repository }}/results-${{ env.REVISION }}",
3535
}
3636
profiles: test_full,sanger,singularity,cleanup
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: Tower debug log file
4040
path: |

busco_output.tar.gz

-2.37 MB
Binary file not shown.

0 commit comments

Comments
 (0)