Skip to content

Commit ff18d72

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent b06789c commit ff18d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Upload build results
7777
if: always()
78-
uses: actions/upload-artifact@v4
78+
uses: actions/upload-artifact@v5
7979
with:
8080
name: build-results-${{ runner.os }}-${{ runner.arch }}
8181
path: |

0 commit comments

Comments
 (0)