Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@ jobs:
contents: write
steps:
- name: Download all binary artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: artifacts
pattern: binary-*
merge-multiple: true

- name: Download all .deb artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: debs
pattern: deb-*
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
ref: ${{ needs.tag.outputs.tag }}

- name: Download SHA256 files
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: shasums
pattern: sha256-file-*
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
if: needs.tag.outputs.has_apt_token == 'true'
steps:
- name: Download .deb artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
path: debs
pattern: deb-*
Expand Down