diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca4f97e..8ca2ac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Upload Artifacts id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ needs.init.outputs.REPOSITORY_NAME }}-${{ matrix.os_name }}-${{ matrix.target_name }}-${{ env.VERSION }} if-no-files-found: error diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 838aa4e..d10e848 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -93,7 +93,7 @@ jobs: - name: Upload Artifacts id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ needs.init.outputs.REPOSITORY_NAME }}-${{ matrix.os_name }}-${{ matrix.target_name }}-${{ env.VERSION }} if-no-files-found: error