Skip to content

Commit

Permalink
Merge pull request #71 from nextstrain/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
victorlin authored Feb 5, 2024
2 parents ca9bce8 + c3c94c0 commit f18164f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ jobs:
# subdirs (i.e. for our new repo layout).
# -trs, 30 Jan 2024
repo: nextstrain/ebola
artifact-name: outputs-test-pathogen-repo-ci
secrets: inherit

test-pathogen-repo-ci-no-example-data:
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
repo: nextstrain/zika-tutorial
artifact-name: outputs-test-pathogen-repo-ci-no-example-data

test-pathogen-repo-ci-failure:
uses: ./.github/workflows/pathogen-repo-ci.yaml
with:
repo: nextstrain/zika-tutorial
artifact-name: outputs-test-pathogen-repo-ci-failure
build-args: __BOGUS_BUILD_TARGET__
continue-on-error: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
> "$GITHUB_STEP_SUMMARY"
- if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: warn
name: ${{ inputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
- run: nextstrain build . ${{ inputs.build-args }}

- if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}-${{ matrix.runtime }}
path: |
Expand Down

0 comments on commit f18164f

Please sign in to comment.