Skip to content

Commit

Permalink
chore: bump actions/download-artifact from 3.0.2 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 3.0.2 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.2...v4.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent af0a95e commit 5cfdcf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.8
with:
name: project

Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.8
with:
name: project

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download the test project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.8
with:
name: test-project

Expand All @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download the test project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.8
with:
name: test-project

Expand Down

0 comments on commit 5cfdcf1

Please sign in to comment.