We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c845c commit 3f92126Copy full SHA for 3f92126
1 file changed
.github/workflows/size-data.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: pnpm run size
37
38
- name: Upload Size Data
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: size-data
42
path: temp/size
@@ -45,7 +45,7 @@ jobs:
45
if: ${{github.event_name == 'pull_request'}}
46
run: echo ${{ github.event.number }} > ./pr.txt
47
48
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
49
50
51
name: pr-number
0 commit comments