Skip to content

Commit 8a8618c

Browse files
committed
CI: migrate from deprecated actions/upload-artifact@v2
1 parent 6380631 commit 8a8618c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ipfixcol2 -L
7676
- name: Archive DEB packages
7777
if: github.event_name == 'push'
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: ${{ env.ZIP_FILE }}
8181
path: |
@@ -179,7 +179,7 @@ jobs:
179179
ipfixcol2 -L -v
180180
- name: Archive RPM packages
181181
if: github.event_name == 'push'
182-
uses: actions/upload-artifact@v2
182+
uses: actions/upload-artifact@v4
183183
with:
184184
name: ${{ env.ZIP_FILE }}
185185
path: |

0 commit comments

Comments
 (0)