Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 832c1b7

Browse files
Bump actions/download-artifact from 2 to 3
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]>
1 parent d425417 commit 832c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- name: Download all workflow run artifacts
166-
uses: actions/download-artifact@v2
166+
uses: actions/download-artifact@v3
167167
- name: Build a tarball for the debs
168168
run: tar -cvJf debs.tar.xz debs
169169
- name: Attach to release

0 commit comments

Comments
 (0)