File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ jobs:
349349 "$NEXTSTRAIN_GITHUB_DIR"/bin/interpolate-env < "$NEXTSTRAIN_GITHUB_DIR"/text-templates/attach-aws-batch.md \
350350 > "$GITHUB_STEP_SUMMARY"
351351 - if : always()
352- uses : actions/upload-artifact@v6
352+ uses : actions/upload-artifact@v7
353353 with :
354354 if-no-files-found : warn
355355 name : ${{ inputs.artifact-name }}
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330330 > "$GITHUB_STEP_SUMMARY"
331331
332332 - if: always()
333- uses: actions/upload-artifact@v6
333+ uses: actions/upload-artifact@v7
334334 with:
335335 if-no-files-found: warn
336336 name: ${{ inputs.artifact-name }}
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ jobs:
295295 id : nextclade
296296 run : nextstrain build nextclade --configfile build-configs/ci/config.yaml
297297 - if : always()
298- uses : actions/upload-artifact@v6
298+ uses : actions/upload-artifact@v7
299299 with :
300300 name : ${{ inputs.artifact-name }}-${{ matrix.runtime }}
301301 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275275 run: nextstrain build nextclade --configfile build-configs/ci/config.yaml
276276
277277 - if: always()
278- uses: actions/upload-artifact@v6
278+ uses: actions/upload-artifact@v7
279279 with:
280280 name: ${{ inputs.artifact-name }}-${{ matrix.runtime }}
281281 if-no-files-found: ignore
You can’t perform that action at this time.
0 commit comments