From ee72ab65d6ddfabc80f175a66947c0255e040a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:29:09 +0000 Subject: [PATCH 1/2] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pathogen-repo-build.yaml | 2 +- .github/workflows/pathogen-repo-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pathogen-repo-build.yaml b/.github/workflows/pathogen-repo-build.yaml index e355aed..24c8181 100644 --- a/.github/workflows/pathogen-repo-build.yaml +++ b/.github/workflows/pathogen-repo-build.yaml @@ -349,7 +349,7 @@ jobs: "$NEXTSTRAIN_GITHUB_DIR"/bin/interpolate-env < "$NEXTSTRAIN_GITHUB_DIR"/text-templates/attach-aws-batch.md \ > "$GITHUB_STEP_SUMMARY" - if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: if-no-files-found: warn name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/pathogen-repo-ci.yaml b/.github/workflows/pathogen-repo-ci.yaml index 29c3b49..da0ccff 100644 --- a/.github/workflows/pathogen-repo-ci.yaml +++ b/.github/workflows/pathogen-repo-ci.yaml @@ -295,7 +295,7 @@ jobs: id: nextclade run: nextstrain build nextclade --configfile build-configs/ci/config.yaml - if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.artifact-name }}-${{ matrix.runtime }} if-no-files-found: ignore From c5e6c8bd6e8f415597049b65a8cd58c6c956f783 Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Mon, 2 Mar 2026 15:33:04 -0800 Subject: [PATCH 2/2] Update source files --- .github/workflows/pathogen-repo-build.yaml.in | 2 +- .github/workflows/pathogen-repo-ci.yaml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pathogen-repo-build.yaml.in b/.github/workflows/pathogen-repo-build.yaml.in index 3e0120d..52a0f6c 100644 --- a/.github/workflows/pathogen-repo-build.yaml.in +++ b/.github/workflows/pathogen-repo-build.yaml.in @@ -330,7 +330,7 @@ jobs: > "$GITHUB_STEP_SUMMARY" - if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: if-no-files-found: warn name: ${{ inputs.artifact-name }} diff --git a/.github/workflows/pathogen-repo-ci.yaml.in b/.github/workflows/pathogen-repo-ci.yaml.in index 35c0dbe..b1c0a54 100644 --- a/.github/workflows/pathogen-repo-ci.yaml.in +++ b/.github/workflows/pathogen-repo-ci.yaml.in @@ -275,7 +275,7 @@ jobs: run: nextstrain build nextclade --configfile build-configs/ci/config.yaml - if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ inputs.artifact-name }}-${{ matrix.runtime }} if-no-files-found: ignore