Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 302ea2b commit a54b7d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: docker run --rm -d -p "6379:6379/tcp" redis:7-alpine

- name: Download compiled binary file
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mikrotik-hosts-parser-linux-amd64
path: .artifact
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: docker run --rm -d --network "app-network" -p "6379:6379/tcp" --name=redis redis:7-alpine

- name: Download builded docker image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image
path: .artifact
Expand Down

0 comments on commit a54b7d1

Please sign in to comment.