Skip to content

Commit

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

---
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] committed Feb 24, 2024
1 parent 2bec561 commit c344929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: deb-package
- name: CI
Expand All @@ -128,7 +128,7 @@ jobs:
run: |
apt-get update
apt-get -y install build-essential
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: deb-package
- name: CI
Expand All @@ -142,7 +142,7 @@ jobs:
if: github.event.release

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: deb-package
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c344929

Please sign in to comment.