Skip to content

Commit 9afc710

Browse files
committed
actions: update upload-artifact to v7
1 parent 4b4c67d commit 9afc710

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: cpack -G DEB
6363

6464
- name: Upload Build Artifact
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: bngblaster-${{matrix.os}}
6868
path: ${{ github.workspace }}/build/*.deb
@@ -122,7 +122,7 @@ jobs:
122122
run: cpack -G DEB
123123

124124
- name: Upload Build Artifact
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v7
126126
with:
127127
name: bngblaster-${{matrix.os}}
128128
path: ${{ github.workspace }}/build/*.deb

0 commit comments

Comments
 (0)