diff --git a/.github/workflows/size-compare.yml b/.github/workflows/size-compare.yml index eeec796c1a..bf6a5bd498 100644 --- a/.github/workflows/size-compare.yml +++ b/.github/workflows/size-compare.yml @@ -25,7 +25,7 @@ jobs: pull-requests: write steps: - name: Wait for ${{github.base_ref}} build to succeed - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 id: master-build with: token: ${{ secrets.GITHUB_TOKEN }} @@ -33,7 +33,7 @@ jobs: ref: ${{github.base_ref}} - name: Wait for PR build to succeed - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 id: wait-for-build with: token: ${{ secrets.GITHUB_TOKEN }} @@ -46,7 +46,7 @@ jobs: echo "Build failed on PR branch or ${{github.base_ref}}" exit 1 - name: Download build artifact from ${{github.base_ref}} - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 id: pr-build with: branch: ${{github.base_ref}} @@ -55,7 +55,7 @@ jobs: path: base - name: Download build artifact from PR - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: pr: ${{github.event.pull_request.number}} workflow: build.yml @@ -70,14 +70,14 @@ jobs: sed -i -E 's/index\.[0-9a-zA-Z_-]{8,}\./index./g' ./base/web-stats.json sed -i -E 's/\.[0-9a-zA-Z_-]{8,}\.chunk\././g' ./base/web-stats.json sed -i -E 's/\.[0-9a-f]{8,}\././g' ./base/*.json - - uses: twk3/rollup-size-compare-action@v1.0.0 + - uses: twk3/rollup-size-compare-action@v1.1.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} current-stats-json-path: ./head/web-stats.json base-stats-json-path: ./base/web-stats.json title: desktop-client - - uses: github/webpack-bundlesize-compare-action@v1.8.2 + - uses: github/webpack-bundlesize-compare-action@v2.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} current-stats-json-path: ./head/loot-core-stats.json diff --git a/upcoming-release-notes/3577.md b/upcoming-release-notes/3577.md new file mode 100644 index 0000000000..0b34516f64 --- /dev/null +++ b/upcoming-release-notes/3577.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Upgrade some github actions.