Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/render-EpiNow2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-epinow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-estimate_infections_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-estimate_infections_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-prior_choice_guide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-stan-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/synthetic-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading