Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 3e7b375

Browse files
chore: Bump actions/download-artifact from 2 to 3 (#1930)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1f3230 commit 3e7b375

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
persist-credentials: false
46-
- uses: actions/download-artifact@v2
46+
- uses: actions/download-artifact@v3
4747
with:
4848
name: webhook
4949
path: artifacts
50-
- uses: actions/download-artifact@v2
50+
- uses: actions/download-artifact@v3
5151
with:
5252
name: runners
5353
path: artifacts
54-
- uses: actions/download-artifact@v2
54+
- uses: actions/download-artifact@v3
5555
with:
5656
name: runner-binaries-syncer
5757
path: artifacts

0 commit comments

Comments
 (0)