diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bb9327..7a45ad7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: Get-PSDrive - run: "& .\\build.${{ matrix.name }}.ps1 \"${{ github.event.inputs.commitHash }}\"" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.bz2 path: build\_package\${{ matrix.name }}\webrtc.tar.bz2 @@ -66,7 +66,7 @@ jobs: - run: pip install setuptools - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.tar.bz2 path: build/_package/${{ matrix.name }}/webrtc.tar.bz2 @@ -104,7 +104,7 @@ jobs: df -h - run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: webrtc.${{ matrix.name }}.tar.bz2 path: build/_package/${{ matrix.name }}/webrtc.tar.bz2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1d44ca..05edc52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: Get-PSDrive - run: "& .\\build.${{ matrix.name }}.ps1 \"${{ steps.release_tag.outputs.tag }}_release\"" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }} @@ -83,7 +83,7 @@ jobs: echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }} @@ -130,7 +130,7 @@ jobs: echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 id: artifact-upload-step with: name: webrtc.${{ matrix.name }}