Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RDruon committed Oct 4, 2024
1 parent 77d6af0 commit 3080e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
find lustrefs-exporter/_rpm -type f -name \*.rpm -print -exec rpm -qivlp {} \;
- name: Upload RPMs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rocky8_rpm
retention-days: 1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
find lustrefs-exporter/_rpm -type f -name \*.rpm -print -exec rpm -qivlp {} \;
- name: Upload RPMs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rocky9_rpm
retention-days: 1
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
find lustrefs-exporter/_deb -type f -name \*.deb -print -exec dpkg -I {} \; -exec dpkg -c {} \;
- name: Upload DEBs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubuntu20_debs
retention-days: 1
Expand Down

0 comments on commit 3080e6a

Please sign in to comment.