From 6df675b080a25f96adf1acbb584e7d226cb784a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:56:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows 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](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploydataandmodels.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploydataandmodels.yml b/.github/workflows/deploydataandmodels.yml index b96043e..0eb0f35 100644 --- a/.github/workflows/deploydataandmodels.yml +++ b/.github/workflows/deploydataandmodels.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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