Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 18a230e commit 3723d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: lib-build

Expand All @@ -84,7 +84,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: lib-build

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: lib-build

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: lib-build

Expand Down

0 comments on commit 3723d5e

Please sign in to comment.