From 61f33f58f322ca943cd1b89cfe832b8f11fdf666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:31:46 +0000 Subject: [PATCH] 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/render-EpiNow2.yaml | 2 +- .github/workflows/render-epinow.yaml | 2 +- .github/workflows/render-estimate_infections_options.yaml | 2 +- .github/workflows/render-estimate_infections_workflow.yaml | 2 +- .../workflows/render-forecasting_multiple_data_streams.yaml | 2 +- .github/workflows/render-prior_choice_guide.yaml | 2 +- .github/workflows/render-readme.yaml | 2 +- .github/workflows/render-stan-docs.yaml | 2 +- .github/workflows/synthetic-validation.yaml | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/render-EpiNow2.yaml b/.github/workflows/render-EpiNow2.yaml index eff7db3e1..d8160716e 100644 --- a/.github/workflows/render-EpiNow2.yaml +++ b/.github/workflows/render-EpiNow2.yaml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-epinow.yaml b/.github/workflows/render-epinow.yaml index 95ce1a800..36fc9cbe4 100644 --- a/.github/workflows/render-epinow.yaml +++ b/.github/workflows/render-epinow.yaml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-estimate_infections_options.yaml b/.github/workflows/render-estimate_infections_options.yaml index ff28dac5e..b31b26dc8 100644 --- a/.github/workflows/render-estimate_infections_options.yaml +++ b/.github/workflows/render-estimate_infections_options.yaml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-estimate_infections_workflow.yaml b/.github/workflows/render-estimate_infections_workflow.yaml index 9a30de34a..637541c25 100644 --- a/.github/workflows/render-estimate_infections_workflow.yaml +++ b/.github/workflows/render-estimate_infections_workflow.yaml @@ -46,7 +46,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-forecasting_multiple_data_streams.yaml b/.github/workflows/render-forecasting_multiple_data_streams.yaml index ba8b03c04..e6fdc9a82 100644 --- a/.github/workflows/render-forecasting_multiple_data_streams.yaml +++ b/.github/workflows/render-forecasting_multiple_data_streams.yaml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-prior_choice_guide.yaml b/.github/workflows/render-prior_choice_guide.yaml index 92ff554d1..08cf9db74 100644 --- a/.github/workflows/render-prior_choice_guide.yaml +++ b/.github/workflows/render-prior_choice_guide.yaml @@ -44,7 +44,7 @@ jobs: shell: Rscript {0} - name: Upload vignette as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: vignettes path: vignettes diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index 625ed160b..58f7731f9 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -41,7 +41,7 @@ jobs: shell: Rscript {0} - name: Upload README.md as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: readme path: README.md diff --git a/.github/workflows/render-stan-docs.yaml b/.github/workflows/render-stan-docs.yaml index a7882948c..b46890ba0 100644 --- a/.github/workflows/render-stan-docs.yaml +++ b/.github/workflows/render-stan-docs.yaml @@ -32,7 +32,7 @@ jobs: - name: Archive documentation if: github.ref != 'refs/heads/main' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: stan-docs path: ./inst/stan/docs/ diff --git a/.github/workflows/synthetic-validation.yaml b/.github/workflows/synthetic-validation.yaml index 3d0c08d20..160805335 100644 --- a/.github/workflows/synthetic-validation.yaml +++ b/.github/workflows/synthetic-validation.yaml @@ -48,14 +48,14 @@ jobs: ' - name: Upload validation figures - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: figures retention-days: 5 path: inst/dev/figs - name: Upload validation fits - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: fits retention-days: 5 @@ -67,7 +67,7 @@ jobs: shell: Rscript {0} - name: Upload markdown - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: synthetic_recovery retention-days: 5