We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c05f9 commit d3a7185Copy full SHA for d3a7185
1 file changed
.github/workflows/release.yml
@@ -265,6 +265,12 @@ jobs:
265
name: debian-latest
266
path: debian-latest
267
268
+ - name: Download Fedora 41 artifacts
269
+ uses: actions/download-artifact@v4
270
+ with:
271
+ name: fedora-41-latest
272
+ path: fedora-41-latest
273
+
274
- name: Download Fedora 40 artifacts
275
uses: actions/download-artifact@v4
276
with:
0 commit comments