Skip to content

Commit dd7bcd5

Browse files
chore(deps): update [github actions] update dependencies
1 parent 810faa8 commit dd7bcd5

11 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/check-misskey-js-autogen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# packages/misskey-js/generator/built/autogen
5555
- name: Upload Generated
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: generated-misskey-js
5959
path: packages/misskey-js/generator/built/autogen
@@ -73,7 +73,7 @@ jobs:
7373
ref: refs/pull/${{ github.event.pull_request.number }}/merge
7474

7575
- name: Upload From Merged
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: actual-misskey-js
7979
path: packages/misskey-js/src/autogen
@@ -86,13 +86,13 @@ jobs:
8686
pull-requests: write
8787
steps:
8888
- name: download generated-misskey-js
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: generated-misskey-js
9292
path: misskey-js-generated
9393

9494
- name: download actual-misskey-js
95-
uses: actions/download-artifact@v7
95+
uses: actions/download-artifact@v8
9696
with:
9797
name: actual-misskey-js
9898
path: misskey-js-actual

.github/workflows/docker-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
digest="${{ steps.build.outputs.digest }}"
5454
touch "/tmp/digests/${digest#sha256:}"
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: /tmp/digests/*
@@ -66,7 +66,7 @@ jobs:
6666
- build
6767
steps:
6868
- name: Download digests
69-
uses: actions/download-artifact@v7
69+
uses: actions/download-artifact@v8
7070
with:
7171
path: /tmp/digests
7272
pattern: digests-*

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
digest="${{ steps.build.outputs.digest }}"
6565
touch "/tmp/digests/${digest#sha256:}"
6666
- name: Upload digest
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: digests-${{ env.PLATFORM_PAIR }}
7070
path: /tmp/digests/*
@@ -77,7 +77,7 @@ jobs:
7777
- build
7878
steps:
7979
- name: Download digests
80-
uses: actions/download-artifact@v7
80+
uses: actions/download-artifact@v8
8181
with:
8282
path: /tmp/digests
8383
pattern: digests-*

.github/workflows/get-api-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Copy API.json
4949
run: cp packages/backend/built/api.json ${{ matrix.api-json-name }}
5050
- name: Upload Artifact
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: api-artifact-${{ matrix.api-json-name }}
5454
path: ${{ matrix.api-json-name }}
@@ -61,7 +61,7 @@ jobs:
6161
PR_NUMBER: ${{ github.event.number }}
6262
run: |
6363
echo "$PR_NUMBER" > ./pr_number
64-
- uses: actions/upload-artifact@v6
64+
- uses: actions/upload-artifact@v7
6565
with:
6666
name: api-artifact-pr-number
6767
path: pr_number

.github/workflows/get-backend-memory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Start the server and measure memory usage
6868
node packages/backend/scripts/measure-memory.mjs > ${{ matrix.memory-json-name }}
6969
- name: Upload Artifact
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: memory-artifact-${{ matrix.memory-json-name }}
7373
path: ${{ matrix.memory-json-name }}
@@ -81,7 +81,7 @@ jobs:
8181
PR_NUMBER: ${{ github.event.number }}
8282
run: |
8383
echo "$PR_NUMBER" > ./pr_number
84-
- uses: actions/upload-artifact@v6
84+
- uses: actions/upload-artifact@v7
8585
with:
8686
name: memory-artifact-pr-number
8787
path: pr_number

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache: 'pnpm'
8282
- run: pnpm i --frozen-lockfile
8383
- name: Restore eslint cache
84-
uses: actions/cache@v4.3.0
84+
uses: actions/cache@v5.0.3
8585
with:
8686
path: ${{ env.eslint-cache-path }}
8787
key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/report-api-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Echo full diff
6161
run: cat ./api-full.json.diff
6262
- name: Upload full diff to Artifact
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: api-artifact
6666
path: |

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
body: 'Chromatic detects changes. Please [review the changes on Chromatic](https://www.chromatic.com/builds?appId=6428f7d7b962f0b79f97d6e4).'
103103
})
104104
- name: Upload Artifacts
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: storybook
108108
path: packages/frontend/storybook-static

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
6868
- name: Setup and Restore ffmpeg/ffprobe Cache
6969
id: cache-ffmpeg
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: |
7373
/usr/local/bin/ffmpeg

.github/workflows/test-federation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4343
- name: Setup and Restore ffmpeg/ffprobe Cache
4444
id: cache-ffmpeg
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
/usr/local/bin/ffmpeg

0 commit comments

Comments
 (0)