Skip to content
Snippets Groups Projects
Unverified Commit f1e6b971 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/download-artifact from 3 to 4 (#16795)

parent b309a4ec
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ jobs: ...@@ -194,7 +194,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download all workflow run artifacts - name: Download all workflow run artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
- name: Build a tarball for the debs - name: Build a tarball for the debs
run: tar -cvJf debs.tar.xz debs run: tar -cvJf debs.tar.xz debs
- name: Attach to release - name: Attach to release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment