Skip to content

Commit

Permalink
Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#27)

* Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Specify only major version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Koch <[email protected]>
  • Loading branch information
dependabot[bot] and ast0815 authored Sep 4, 2024
1 parent 4f2afa8 commit 2ae8e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install ROOT
run: sudo snap install root-framework
- name: Download default geometry
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: Default Geometry
- name: Debug artifact
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Install ROOT
run: sudo snap install root-framework
- name: Download default geometry
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: Default Geometry
- name: Convert gdml files to root
Expand Down

0 comments on commit 2ae8e1f

Please sign in to comment.