diff --git a/.github/workflows/build-dawn.yml b/.github/workflows/build-dawn.yml index fd05ad5eb1..97e1e89091 100644 --- a/.github/workflows/build-dawn.yml +++ b/.github/workflows/build-dawn.yml @@ -45,7 +45,7 @@ jobs: - name: Create GitHub release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -263,7 +263,7 @@ jobs: tar -czf dawn-headers-${TAG}.tar.gz dawn-headers - name: Upload to GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build-skia-graphite.yml b/.github/workflows/build-skia-graphite.yml index 68fbc58bfb..c2f8332edb 100644 --- a/.github/workflows/build-skia-graphite.yml +++ b/.github/workflows/build-skia-graphite.yml @@ -85,7 +85,7 @@ jobs: - name: Create GitHub release if: ${{ github.event.inputs.dry_run != 'true' }} id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -213,7 +213,7 @@ jobs: - name: Upload binaries to GitHub release - ${{ matrix.artifact_name }} if: ${{ github.event.inputs.dry_run != 'true' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -258,7 +258,7 @@ jobs: - name: Upload Graphite Headers to GitHub release if: ${{ matrix.target == 'apple-ios' && github.event.inputs.dry_run != 'true' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build-skia.yml b/.github/workflows/build-skia.yml index 0bac957ac8..bd855230a7 100644 --- a/.github/workflows/build-skia.yml +++ b/.github/workflows/build-skia.yml @@ -63,7 +63,7 @@ jobs: - name: Create GitHub release if: ${{ github.event.inputs.dry_run != 'true' }} id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -164,7 +164,7 @@ jobs: - name: Upload binaries to GitHub release - ${{ matrix.artifact_name }} if: ${{ github.event.inputs.dry_run != 'true' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: