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.
1 parent ab219dc commit 0f148edCopy full SHA for 0f148ed
.github/workflows/package.yml
@@ -43,7 +43,7 @@ jobs:
43
make deb
44
- name: Archive DEB packages
45
if: github.event_name == 'push'
46
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
47
with:
48
name: ${{ env.ZIP_FILE }}
49
path: |
@@ -106,7 +106,7 @@ jobs:
106
make rpm
107
- name: Archive RPM packages
108
109
110
111
112
0 commit comments