Skip to content

Commit 8e02686

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#161)
* 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](actions/upload-artifact@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] <support@github.com> * Update source files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victor Lin <vlin@fredhutch.org>
1 parent 4f3a417 commit 8e02686

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pathogen-repo-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/pathogen-repo-build.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/pathogen-repo-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/pathogen-repo-ci.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)