We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9be44a + 53643f1 commit d45f430Copy full SHA for d45f430
2 files changed
.github/workflows/check-dist.yml
@@ -66,7 +66,7 @@ jobs:
66
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
67
name: Upload Artifact
68
id: upload
69
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
70
with:
71
name: dist
72
path: dist/
.github/workflows/run.yml
@@ -17,6 +17,6 @@ jobs:
17
path: src
18
19
- name: Upload .desktop files as GitHub artifact
20
21
22
0 commit comments