Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#…
Browse files Browse the repository at this point in the history
…2539)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 c124e76 commit 175f93d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ jobs:
if: steps.check.outputs.triggered == 'true'
- name: Download master classification
if: steps.check.outputs.triggered == 'true'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: cl-simple-master.owl
path: src/ontology/cl-simple-master.owl
- name: Download PR classification
if: steps.check.outputs.triggered == 'true'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: cl-simple-pr.owl
path: src/ontology/cl-simple-pr.owl
Expand All @@ -185,7 +185,7 @@ jobs:
if: steps.check.outputs.triggered == 'true'
- name: Download reasoned diff
if: steps.check.outputs.triggered == 'true'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: classification-diff.md
path: classification-diff.md
Expand All @@ -204,7 +204,7 @@ jobs:
if: steps.check.outputs.triggered == 'true'
- name: Download edit diff
if: steps.check.outputs.triggered == 'true'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: edit-diff.md
path: edit-diff.md
Expand Down

0 comments on commit 175f93d

Please sign in to comment.