Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sbfnk committed Sep 4, 2024
1 parent e3179e8 commit c588a6c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automate_CovidMetrics-epiBATS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
repository: 'european-modelling-hubs/covid19-forecast-hub-europe'
token: ${{ secrets.FORECASTHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.workflow }}
path: data-processed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automate_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: 'european-modelling-hubs/covid19-forecast-hub-europe'
token: ${{ secrets.FORECASTHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.workflow }}
path: data-processed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automate_epiforecasts-timeseries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
repository: 'european-modelling-hubs/covid19-forecast-hub-europe'
token: ${{ secrets.FORECASTHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.workflow }}
path: data-processed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automate_epinow2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
repository: 'european-modelling-hubs/covid19-forecast-hub-europe'
token: ${{ secrets.FORECASTHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.workflow }}
path: data-processed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automate_weekly-growth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
repository: 'european-modelling-hubs/covid19-forecast-hub-europe'
token: ${{ secrets.FORECASTHUB_TOKEN }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.workflow }}
path: data-processed
Expand Down

0 comments on commit c588a6c

Please sign in to comment.