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
…177)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 7d8e2b5 commit e221969
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh straka_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: straka_output.nc
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert_output.nc)" >> $GITHUB_ENV
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: robert_output.nc
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert3d_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: robert3d_output.nc
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh bryan_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: bryan_output.nc
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh swxy_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: swxy_output.nc
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh intruder_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: intruder_output.nc
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh test_blast_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: test_blast_output.nc
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: straka_output.nc
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: robert_output.nc
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh robert3d_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: robert3d_output.nc
Expand Down Expand Up @@ -543,7 +543,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh bryan_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: bryan_output.nc
Expand Down Expand Up @@ -594,7 +594,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh swxy_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: swxy_output.nc
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh intruder_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: intruder_output.nc
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
- name: check if artifact exists
run: echo "ARTIFACT_EXISTS=$(./tools/check_artifact.sh test_blast_output.nc)" >> $GITHUB_ENV

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
if: env.ARTIFACT_EXISTS == 'true'
with:
name: test_blast_output.nc
Expand Down

0 comments on commit e221969

Please sign in to comment.