Skip to content

Commit b7fb195

Browse files
committed
actions/upload-artifact@v4
1 parent ed8f97a commit b7fb195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
ls -lh artifacts
8585
8686
- name: upload artifacts
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
8989
with:
9090
name: ${{ matrix.platform }}-v${{ needs.version.outputs.version }}

0 commit comments

Comments
 (0)