Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 070be6e commit ca850ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.1
with:
name: project

Expand All @@ -64,7 +64,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: project

Expand All @@ -91,7 +91,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: project

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: project

Expand All @@ -151,7 +151,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: project

Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Download the project artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: project-with-build-${{ matrix.os }}

Expand Down

0 comments on commit ca850ec

Please sign in to comment.