Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 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 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...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 Sep 3, 2024
1 parent f7c67fb commit 6df675b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploydataandmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Get the Code
uses: actions/checkout@v1
- name: Get the Data From Github Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: data
- name: Setup Python
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Get the Code
uses: actions/checkout@v1
- name: Get the Data From Github Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: data
- name: Setup Python
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Get the Code
uses: actions/checkout@v1
- name: Get the Data From Github Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: data
- name: Setup Python
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Get the Code
uses: actions/checkout@v1
- name: Get the Data From Github Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: data
- name: Setup Python
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Get the Code
uses: actions/checkout@v1
- name: Get the Data From Github Artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: data
- name: Setup Python
Expand Down

0 comments on commit 6df675b

Please sign in to comment.