Skip to content

Commit df432af

Browse files
##build Bump actions/upload-artifact from 5 to 7
1 parent 468e6e7 commit df432af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Packaging
3939
run: make -C dist/debian
4040
- name: Pub
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: build-linux
4444
path: dist/debian/*.deb
@@ -96,7 +96,7 @@ jobs:
9696
# - name: Packaging
9797
# run: make -C dist/macos
9898
# - name: Pub
99-
# uses: actions/upload-artifact@v5
99+
# uses: actions/upload-artifact@v7
100100
# with:
101101
# if-no-files-found: error
102102
# name: build-macos

0 commit comments

Comments
 (0)