Skip to content

Commit 451cf2e

Browse files
authored
Merge pull request #95 from SolidOS/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents c3d8f4d + 20085fa commit 451cf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: npm run build --if-present
4040
- name: Save build
4141
if: matrix.node-version == '20.x'
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: build
4545
path: |

0 commit comments

Comments
 (0)