Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.7 to 4.1.8
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.7...v4.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent aaaca29 commit c173c0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,22 +218,22 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.amd64
path: ./bin/sdre-hub.amd64

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.armv7
path: ./bin/sdre-hub.armv7

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.arm64
path: ./bin/sdre-hub.arm64

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: frontend
path: ./bin/sh-frontend
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,22 +224,22 @@ jobs:
steps:
- run: mkdir -p ./bin

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.amd64
path: ./bin/sdre-hub.amd64

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.armv7
path: ./bin/sdre-hub.armv7

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: sdre-hub.arm64
path: ./bin/sdre-hub.arm64

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: frontend
path: ./bin/sh-frontend
Expand Down

0 comments on commit c173c0a

Please sign in to comment.