File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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/*
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-*
Original file line number Diff line number Diff line change 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/*
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-*
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments