Skip to content

Commit

Permalink
ci: bump upload-artifact action
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Fougner <[email protected]>
  • Loading branch information
fougner committed Jul 17, 2024
1 parent f8d6a67 commit 088e17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make -j`nproc` deb
mkdir dist && mv ../*.deb ./dist/
- name: Upload deb
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bcachefs-tools-deb_${{ matrix.os }}
path: dist
Expand All @@ -58,7 +58,7 @@ jobs:
make -j`nproc` rpm
mv ${HOME}/rpmbuild ./
- name: Upload rpm
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bcachefs-tools-rpm
path: rpmbuild
Expand Down

0 comments on commit 088e17a

Please sign in to comment.