Skip to content

Commit b26fda4

Browse files
authored
Merge pull request #104 from CESNET/fix-github-actions
CI: migrate from deprecated actions/upload-artifact@v2
2 parents 6380631 + 8a8618c commit b26fda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages.yml

+2-2
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)