Skip to content

Commit a8a5196

Browse files
authored
Merge pull request #79 from DessimozLab/dependabot/github_actions/dev/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 2fc4e0e + c4a82b1 commit a8a5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nf-test.yml

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

144144
- name: Upload test results
145145
if: always() # run even if tests fail
146-
uses: actions/upload-artifact@v4
146+
uses: actions/upload-artifact@v6
147147
with:
148148
name: nf-test-results-${{ matrix.filter }}-${{ matrix.profile }}-${{ matrix.NXF_VER }}-${{ matrix.shard }}
149149
path: |

0 commit comments

Comments
 (0)