Skip to content

Commit 0f148ed

Browse files
sedmichaLukas955
authored andcommitted
CI: migrate from deprecated actions/upload-artifact@v2
1 parent ab219dc commit 0f148ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
make deb
4444
- name: Archive DEB packages
4545
if: github.event_name == 'push'
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: ${{ env.ZIP_FILE }}
4949
path: |
@@ -106,7 +106,7 @@ jobs:
106106
make rpm
107107
- name: Archive RPM packages
108108
if: github.event_name == 'push'
109-
uses: actions/upload-artifact@v2
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: ${{ env.ZIP_FILE }}
112112
path: |

0 commit comments

Comments
 (0)