Skip to content

Commit 07af8a2

Browse files
Merge pull request #494 from SolidOS/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents c6d03b1 + e05a110 commit 07af8a2

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
@@ -37,7 +37,7 @@ jobs:
3737
- run: npm run build --if-present
3838
- name: Save build
3939
if: matrix.node-version == '20.x'
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: build
4343
path: |

0 commit comments

Comments
 (0)