diff --git a/.github/workflows/bundlesize.yml b/.github/workflows/bundlesize.yml index 9043c1c2..e68bf724 100644 --- a/.github/workflows/bundlesize.yml +++ b/.github/workflows/bundlesize.yml @@ -17,7 +17,7 @@ jobs: run: | mkdir -p ./pr echo ${{ github.event.number }} > ./pr/NR - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: pr path: pr/ @@ -65,7 +65,7 @@ jobs: - name: build run: "~/.meteor/meteor build --directory ${{ runner.temp }}\ /build-${{ matrix.name }}" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ matrix.name }} path: |