1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 16:15:50 +02:00

chore(deps): update [github actions] update dependencies

This commit is contained in:
renovate[bot]
2026-04-30 20:58:40 +00:00
committed by GitHub
parent 665adfccb7
commit 142f11023f
19 changed files with 63 additions and 63 deletions

View File

@@ -16,7 +16,7 @@ jobs:
# api-artifact
steps:
- name: Download artifact
uses: actions/github-script@v8.0.0
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
@@ -60,7 +60,7 @@ jobs:
- name: Echo full diff
run: cat ./api-full.json.diff
- name: Upload full diff to Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: api-artifact
path: |