Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
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.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tomeichlersmith committed Dec 20, 2023
1 parent 88ec1f8 commit a9d667a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_pr_gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix: ${{fromJson(needs.compile-ldmx-sw.outputs.job_matrix)}}
steps:
- name: Download ldmx-sw Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ldmx-sw-build-${{ github.sha }}

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Download All the Gold
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: '../'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix: ${{fromJson(needs.compile-ldmx-sw.outputs.job_matrix)}}
steps:
- name: Download ldmx-sw Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ldmx-sw-build-${{ github.sha }}

Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Generated Histograms
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: '.'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
steps:
- name: Download ldmx-sw Package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ldmx-sw-build-${{ github.sha }}

Expand Down

0 comments on commit a9d667a

Please sign in to comment.