We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90794a commit 6fae7afCopy full SHA for 6fae7af
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pnpm run test
28
29
- name: Archive build artifacts
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
with:
32
name: build-artifacts
33
path: |
@@ -86,7 +86,7 @@ jobs:
86
- run: pnpm install
87
88
- name: Download build artifacts
89
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
90
91
92
path: packages/
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments