Skip to content

Commit

Permalink
chore: 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent de343b5 commit 144158b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Download all build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8

- name: Check out repository
uses: actions/checkout@v4.1.5
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: git checkout ${{ steps.head.outputs.content }}

- name: Download all build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
path: /tmp/artifacts

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

steps:
- name: Download all build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8

- name: Read HEAD ref
id: head
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
steps:
# must read HEAD before checkout
- name: Download all build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8

- name: Read HEAD ref
id: head
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

# checkout will clobber downloaded artifacts; we have to download them again
- name: Download all build artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
path: /tmp/artifacts

Expand Down

0 comments on commit 144158b

Please sign in to comment.