chore(deps): bump actions/download-artifact from 4 to 5 (#929)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-29 22:05:01 +02:00
committed by GitHub
parent 6f8ad71c47
commit 45ace51385

View File

@@ -52,12 +52,12 @@ jobs:
with: with:
go-version: 1.25 go-version: 1.25
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: connection name: connection
path: ./ path: ./
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: edgevpn name: edgevpn
path: ./ path: ./
@@ -89,12 +89,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: connection name: connection
path: ./ path: ./
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: edgevpn name: edgevpn
path: ./ path: ./
@@ -124,12 +124,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: connection name: connection
path: ./ path: ./
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: edgevpn name: edgevpn
path: ./ path: ./
@@ -154,12 +154,12 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: connection name: connection
path: ./ path: ./
- name: Download result for build - name: Download result for build
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
name: edgevpn name: edgevpn
path: ./ path: ./