Skip to content

Commit

Permalink
CI: migrate from deprecated actions/upload-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha committed Jan 14, 2025
1 parent 6380631 commit 8a8618c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ipfixcol2 -L
- name: Archive DEB packages
if: github.event_name == 'push'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_FILE }}
path: |
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
ipfixcol2 -L -v
- name: Archive RPM packages
if: github.event_name == 'push'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_FILE }}
path: |
Expand Down

0 comments on commit 8a8618c

Please sign in to comment.