Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2.0.10 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 2.0.10 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2.0.10...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 Nov 1, 2024
1 parent 91ccd42 commit 81af9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download artifact
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v4.1.8
with:
name: build-pacman-repo-x86_64-unknown-linux-gnu

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@v2.0.10
uses: actions/download-artifact@v4.1.8
with:
path: ./downloads

Expand Down

0 comments on commit 81af9b5

Please sign in to comment.